[opus] Q: Bandwidth vs. bitrate
Mathias Buhr
napcode at apparatus.de
Wed Oct 30 13:32:35 UTC 2019
Hi Ulrich,
I assume you've been using opusenc to encode the files. If that is the
case you can try giving the encoder some more hints about your files:
opusenc --speech --set-ctl-int 4008=1103 ...
The latter should tell the encoder that the signal bandwidth is 8kHz
(OPUS_SET_BANDWIDTH). See opus_defines.h for all valid numbers. You can
also experiment with the complexity settings.
-Mathias
More information about the opus
mailing list