Example 0

How to use Voicemeeter Remote API and control Voicemeeter Audio Engine
Post Reply
Vincent Burel
Site Admin
Posts: 2008
Joined: Sun Jan 17, 2010 12:01 pm

Example 0

Post 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 29428 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'
Post Reply