search for: opus_custom_demo

Displaying 1 result from an estimated 1 matches for "opus_custom_demo".

2015 Jun 24
1
24 bits samples
Hi It pretty works for 16 bits samples but not for 24 bits samples. In fact, I am going to implement opus on ADSP-21489 (DSP processor from Analog Devices), I compiled "celt directory" from opus 1.1 and used "opus_custom_demo.c". It hasn't any problem with 16 bits samples but when I use 24 bits samples , there is no output audio. opus_decoder will still generate 16 bits samples and these output samples are saturated . I use following function for 16 / 24 bit depth : opus_custom_encoder_ctl(enc, OPUS_SET_LSB...