liquidzym / openFrameworks

OpenFrameworks is a cross platform open source toolkit for creative coding in C++.
http://openframeworks.cc
Other
23 stars 7 forks source link

ofSoundStream only supports ASIO #7

Open micuat opened 9 years ago

micuat commented 9 years ago

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 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).

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

liquidzym commented 9 years ago

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

http://goo.gl/1kcKUQ

let me know which one is working since i can't really testing it atm,cheers