Page 1 of 1

Voicemeeter Programming Language

Posted: Tue Feb 09, 2021 4:08 am
by Drew Butler
I searched the forums for a while and couldn't find the answer to this anywhere, so I figured I'd make a new topic.

I want to make some of my own audio programs, mainly to sharpen skills, and was wondering what lunguage Voicemeeter (audio processing side) was made in. Like is it an audio-specific language like CSound, or a general-purpose language like python. If you don't mind me asking that is.

Re: Voicemeeter Programming Language

Posted: Tue Feb 09, 2021 7:58 am
by Vincent Burel
As it is in the different source code example from the Voicemeeter Remote API SDK
all is programmed in 'C'.

VMR API: viewtopic.php?f=8&t=346

but you can use the Voicemeeter API with any language supporting standard DLL functions.