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 number of channels and the sample rate is determined by the MediaStream that you record. At least that's how it should be. If you experience something different it's probably a bug.
There is currently no way to define the bit depth. Luckily it's hardcoded to 16 bit.
Is there a way I can specify the following while recording:
Channels: 1
Sample Rate: 16000
Precision: 16-bit
Bit Rate: 256k
Sample Encoding: 16-bit Signed Integer PCM
I have seen the recordings done via native MediaRecorder have got a single channel and less sample and bit rates.
The text was updated successfully, but these errors were encountered: