openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.97k stars 2.56k forks source link

ofSoundStream: No output win10 in Debug mode, VS2017/VS2015 #5629

Open roymacdonald opened 7 years ago

roymacdonald commented 7 years ago

I came across this really annoying bug. On Windows 10 , VS 2017 (don't know if there is any difference in VS2015) the ofSoundStream doesn't output sound when on debug mode. I found out that it is an rtAudio bug.

Just letting you know so you don't spend a whole day trying to figure out the problem.

cheers

bakercp commented 7 years ago

Can you post a link to the rtAudio bug for reference?

roymacdonald commented 7 years ago

I didn't find any such reference as I found this bug empirically through a lot of testing. I had/have no time to dig into rtAudio right now.

roymacdonald commented 7 years ago

maybe this could be fixed by switching to PortAudio as commented here .