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
Describe the bug
When the recorder is set to the OPUS format, audio does not actually record in the OPUS format. No error is given. Additionally, the bit rate, sample rate and number of channels are incorrect.
Expected: 48000 Hz sample rate, auto bit rate, mono, OPUS format
Actual: 48000 Hz sample rate, 89 kb/s bit rate, stereo, aac format
Expected behavior
Audio should record in OPUS format, or a message should be printed to console about the format being changed. Bit rate and sample rate recorded should be what is specified in the bitRate and sampleRate parameters. Number of channels should be able to be specified as mono. Anything different should be specified in the documentation.
The text was updated successfully, but these errors were encountered:
Describe the bug
When the recorder is set to the OPUS format, audio does not actually record in the OPUS format. No error is given. Additionally, the bit rate, sample rate and number of channels are incorrect.
To Reproduce
On Android 12 physical device:
When using
ffprobe
to check the audio:OPUS
formatamr_wb
formatOn iPhone 11 iOS 17.4.1 physical device:
When using
ffprobe
to check the audio:OPUS
formataac
formatExpected behavior
Audio should record in OPUS format, or a message should be printed to console about the format being changed. Bit rate and sample rate recorded should be what is specified in the
bitRate
andsampleRate
parameters. Number of channels should be able to be specified as mono. Anything different should be specified in the documentation.The text was updated successfully, but these errors were encountered: