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

Calling ofxEasyFft.setup() stops all other audio running in other applications #11

Open
DirkBroenink opened this issue Jul 8, 2015 · 0 comments

Comments

@DirkBroenink
Copy link

When I make a new ofxEasyFft instance and call .setup() then all other audio running on my pc stop working.

Code:
shProcessFFT = new ProcessFFT();
shProcessFFT->setup();

When taking a closer look in the source code I find that it happens specifically on this line:
audio ->openStream( (nOutputChannels>0)?&outputParameters:NULL, (nInputChannels>0)?&inputParameters:NULL, RTAUDIO_FLOAT32,
sampleRate, &bufferFrames, &rtAudioCallback, this, &options);

Line 128, ofRtAudioSoundStream.cpp

I need audio to work in other applications while running my code. Does anyone know why this is happening and/or how to stop it from happening?

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

1 participant