Displaying 1 result from an estimated 1 matches for "enchandl".
Did you mean:
enchandle
2017 Mar 08
0
OPUS Encoder Bitrate setting
...pported OPUS client
When i try to encode a same voice frame(20ms sample frame) at
different time intervals(not parallel encoding) for both A & B using
same encoder handle by changing only bit rate.
Issue here is, some noise is heard for B OPUS client,
Ex:
OpusEncoder* encoder = (OpusEncoder*)encHandle;
opus_encoder_ctl(encoder, OPUS_SET_BITRATE(encProp->bitrate));
Is encoder fails to change bitrate to 16kbps even after setting the
bit rate using opus_encoder_ctl API?
Is there anyway to set bitrate according to requirement for same
frame(20ms) encoding?
--
Thanks & Regards
Vittalpras...