Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ofSoundStream only supports ASIO #7

Open
micuat opened this issue Dec 10, 2014 · 1 comment
Open

ofSoundStream only supports ASIO #7

micuat opened this issue Dec 10, 2014 · 1 comment

Comments

@micuat
Copy link

micuat commented Dec 10, 2014

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants