You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source stream is actually a stereo stream that is processed, converted to mono, and then sent to a destination.
For some reason, only happening in chrome (I think there's an open issue/bug) the getSettings().channelCount will always return 2 even though it was previously changed to 1. This will ultimately affect the line below (see OpusMediaRecorder.js)
The number of channels on
dataavailable
ALWAYS seems to be 2(stereo).No matter the source stream, the output stream always has 2 channels.
I need to get a mono output but I can't accomplish this.
Is there any way to achieve this?
Thanks
The text was updated successfully, but these errors were encountered: