You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems your RtAudio is compiled with only AUDIO_WINDOWS_ASIO so that other sound I/Os (e.g., headphones, microphones) cannot be used (unless through ASIO). I recommend you to compile with AUDIO_WINDOWS_DS and AUDIO_WINDOWS_WASAPI flags so that other I/Os can be used without ASIO (I verified this with Windows 8 + VS2013 branch + RtAudio 4.0.12).
hey,micuat,can you give it a try,i'm just complied the newest rtaudio 4.1.1
the zip file contain three version,one is only compiled with DS,another on which is compiled with DS,WASAPI,ASIO,last one compiled with AUDIO_WINDOWS_DS and AUDIO_WINDOWS_WASAPI flags
Hi liquidzym,
It seems your RtAudio is compiled with only
AUDIO_WINDOWS_ASIO
so that other sound I/Os (e.g., headphones, microphones) cannot be used (unless through ASIO). I recommend you to compile withAUDIO_WINDOWS_DS
andAUDIO_WINDOWS_WASAPI
flags so that other I/Os can be used without ASIO (I verified this with Windows 8 + VS2013 branch + RtAudio 4.0.12).Reference:
http://www.music.mcgill.ca/~gary/rtaudio/apinotes.html
http://forum.openframeworks.cc/t/ofsoundstream-broken-for-windows-in-of-0-8-0/13871
The text was updated successfully, but these errors were encountered: