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
Hi naman14,
I notice that there are two channel related method, one is setOutChannels(1), another is setMode(Mode.mono).
While android's AudioRecord.getMinBufferSize() only need one channel args called AudioFormat.CHANNEL_IN_MONO.
I'm a newbie and got a little confused, so what should I do to set output to mono properly? 1: call setOutChannels(1) 2: call setMode(Mode.mono) 3.both.
thank you
The text was updated successfully, but these errors were encountered:
Hi naman14,
I notice that there are two channel related method, one is setOutChannels(1), another is setMode(Mode.mono).
While android's AudioRecord.getMinBufferSize() only need one channel args called AudioFormat.CHANNEL_IN_MONO.
I'm a newbie and got a little confused, so what should I do to set output to mono properly? 1: call setOutChannels(1) 2: call setMode(Mode.mono) 3.both.
thank you
The text was updated successfully, but these errors were encountered: