almoghamdani / audify

Play/Stream/Record PCM audio data & Encode/Decode Opus to PCM audio data
MIT License
122 stars 20 forks source link

ASIO on Windows Electron don't working #1

Closed alexaf2000 closed 4 years ago

alexaf2000 commented 4 years ago

I have been tried the example loopback audio from microphone that is in the documentation, and set the audio api as ASIO from Windows. But after set it, if I execute the get api method, shows me that still being WASAPI (the standard Windows API).

Is not finished this ASIO API? Or maybe I'm doing something wrong?

If it's supossed to be finished I can send you more information about the code and my environment.

almoghamdani commented 4 years ago

Apparently, RtAudio's default build options don't compile support for ASIO or DirectSound. I have added support for those APIs in a different branch and will release it today. See #2

alexaf2000 commented 4 years ago

After trying and use it, yes, ASIO driver is now working, or at least at half, because I use ASIO4ALL and the device is detected, but is not opening the ASIO panel settings.