slight audio quality improvement for 64 samples stereo high quality mode

This commit is contained in:
Volker Fischer 2020-03-29 12:58:45 +02:00
parent 29f8e843a9
commit 15bad6738e

View File

@ -90,7 +90,7 @@
# define OPUS_NUM_BYTES_STEREO_LOW_QUALITY 24
# define OPUS_NUM_BYTES_STEREO_NORMAL_QUALITY 35
# define OPUS_NUM_BYTES_STEREO_HIGH_QUALITY 71
# define OPUS_NUM_BYTES_STEREO_HIGH_QUALITY 72
#else
# define OPUS_NUM_BYTES_MONO_LOW_QUALITY 25
# define OPUS_NUM_BYTES_MONO_NORMAL_QUALITY 45