Page 1 of 1

Example 0

Posted: Fri Jul 03, 2015 10:04 am
by Vincent Burel
in the Voicemeeter Remote SDK we are providing an example of client application to demonstrate the different communication mechanisms.

This application is called vmr_client.exe and use the VoicemeeterRemote.dll to communicate with Voicemeeter.
Voicemeeter Remote Client Application Example
Voicemeeter Remote Client Application Example
vmr_client.gif (28.23 KiB) Viewed 29547 times
This program example shows
- How to link VoicemeeterRemote.dll
- How to Login / logout
- How to use GetParameter Function.
- How to use SetParameter Function.
- How to display new parameters values.
- How to display levels.
- How to get audio device list.
- How to change input and output audio device.
- How to send txt request, by a simple file.
- How to send special Command.

The source code is also provided in the example0 sub folder as a very minimal WIN32 program in 'C'