[wdmaudiodev] New AUDIO API for Windows

  • From: "Vincent Burel \(VB-Audio\)" <vincent.burel@xxxxxxxxxxxx>
  • To: <wdmaudiodev@xxxxxxxxxxxxx>
  • Date: Tue, 26 Apr 2016 16:01:46 +0200

Hello,

 

With last Voicemeeter (virtual Audio Device Mixer for Windows)  we released
a very simple AUDIO API to let developers process multi channel audio inside
Voicemeeter! It means that Developers can now take advantage of the device
aggregation and application interconnection made by Voicemeeter, which also
manages all audio interfaces at you place (MME, Direct-X, KS, WDM and ASIO).

 

We guess this can be useful for developers having not the time to work on
MS-Audio API like WASAPI, MME , Direct-X or even ASIO. not the time to make
virtual audio drivers (Voicemeeter already provides all virtual audio
drivers, including Virtual ASIO). With Voicemeeter Audio Callback API,
developers can process audio coming from any device or application and audio
going to any device or application, just by using 4 functions (with a
learning curve of one day): 

 

VBVMR_AudioCallbackRegister();

VBVMR_AudioCallbackStart();

VBVMR_AudioCallbackStop();

VBVMR_AudioCallbackUnregister();

 

 

To get more info and link on last Voicemeeter and last SDK package:

http://vbaudio.jcedeveloppement.com/forum/viewtopic.php?f=6
<http://vbaudio.jcedeveloppement.com/forum/viewtopic.php?f=6&t=389> &t=389

feel free to test it before official release. next month I guess

Regards

Vincent Burel

www.vb-audio.com

www.mt128.com

www.vb-cable.com

www.voicemeeter.com

https://www.facebook.com/vbaudiosoftware

https://plus.google.com/110557338955940627490

https://twitter.com/VB_Audio

 

 

Attachment: VoicemeeterVirtualAudioBoardCallback.jpg
Description: JPEG image

Other related posts:

  • » [wdmaudiodev] New AUDIO API for Windows - Vincent Burel (VB-Audio)