We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It doesn't record sound properly when you use ofxSoundRecorderObject with the settings like below.
settings.numInputChannels = 2; settings.numOutputChannels = 4; ... input.connectTo(recorder).connectTo(mixer).connectTo(output); recorder.startRecording(ofToDataPath("test.wav", true), true);
The number of channels of the recorder forced to change to 4 and its sound goes noisy.
The text was updated successfully, but these errors were encountered:
Hi. Thabks for letting me know. I have not faced this issue but I have an idea of what might be happening. I'll let you know if I can fix it soon.
Sorry, something went wrong.
@roymacdonald Thanks for the reply. I've already fixed it so please check. ;)
Successfully merging a pull request may close this issue.
It doesn't record sound properly when you use ofxSoundRecorderObject with the settings like below.
The number of channels of the recorder forced to change to 4 and its sound goes noisy.
The text was updated successfully, but these errors were encountered: