Search found 5 matches

by Bryan Rambo
Fri Nov 12, 2021 11:58 am
Forum: Voicemeeter
Topic: Voicemeeter Virtual AISO Driver
Replies: 8
Views: 8980

Re: Voicemeeter Virtual AISO Driver

I have found the source of my problem. Earlier I had said that our application's callback (bufferSwitchTimeInfo) was not being called by the virtual ASIO driver, which was incorrect. Actually it WAS being called by the VAIO driver, but only for a very brief time, a hundred or so calls, after which t...
by Bryan Rambo
Mon Nov 08, 2021 12:47 pm
Forum: Voicemeeter
Topic: Voicemeeter Virtual AISO Driver
Replies: 8
Views: 8980

Re: Voicemeeter Virtual AISO Driver

Yes, I just tried it, hostsample.exe runs normally with ASIO_DRIVER_NAME defined as "Voicemeeter Virtual ASIO". So that was a good suggestion, thanks for that! Our program's ASIO interface is based directly on hostsample.cpp from the Steinberg SDK, but apparently I have made some change th...
by Bryan Rambo
Sun Nov 07, 2021 11:47 pm
Forum: Voicemeeter
Topic: Voicemeeter Virtual AISO Driver
Replies: 8
Views: 8980

Re: Voicemeeter Virtual AISO Driver

Hi Vincent, After further troubleshooting I have another clue, if you will be so kind to indulge. I can see that ASIOStart() is returning ASE_OK from your virtual asio driver, but our bufferSwitchTimeInfo() callback is never called by the virtual asio driver. Are there additional handshaking steps t...
by Bryan Rambo
Sun Nov 07, 2021 12:48 pm
Forum: Voicemeeter
Topic: Voicemeeter Virtual AISO Driver
Replies: 8
Views: 8980

Re: Voicemeeter Virtual AISO Driver

Thanks Vincent, Here is the settings dialog box: VoicemeeterOptions.jpg I will try having our application initialize the Voicemeeter virtual ASIO driver to use 256 sample buffers, to see if that helps. Also, I was wondering if the Voicemeeter virtual ASIO driver requires the client application to pa...
by Bryan Rambo
Sat Nov 06, 2021 12:17 pm
Forum: Voicemeeter
Topic: Voicemeeter Virtual AISO Driver
Replies: 8
Views: 8980

Voicemeeter Virtual AISO Driver

Hi All, I am a minor (very minor) contributor to Thetis, an open-source software defined radio transceiver application used by ham radio operators around the world (openhpsdr.org). We are having trouble writing code to interface our application's receiver audio output stream to the Voicemeeter Virtu...