Displaying 3 results from an estimated 3 matches for "decoder_num_channels".
2016 Jul 12
2
High noise after encoding/decoding procedure
...inguish words in my speech...
Should I preprocess the raw pcm data somehow before feeding it to the opus?
Is it ok, that I changed few parameters in "defines.h" file (to suppress
the RAM requirements - I have only 60 KB RAM free on my STM32 board)? I
changed the ENCODER_NUM_CHANNELS 1 and DECODER_NUM_CHANNELS to one,
and MAX_FS_KHZ to 8.
In the code I forced the codec to use SILK mode and to have only one
channel.
I would be happy for any feedback - where to start and what to check the
first.
Thanks!
WBR,
Aleksandr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <htt...
2016 Jul 14
1
High noise after encoding/decoding procedure
...u're passing the size of the compressed opus data in
> _bytes_.
>
> > Is it ok, that I changed few parameters in "defines.h" file (to
> > suppress the RAM requirements - I have only 60 KB RAM free on my STM32
> > board)? I changed the ENCODER_NUM_CHANNELS 1 and DECODER_NUM_CHANNELS to
> > one, and MAX_FS_KHZ to 8.
>
> That's not a tested configuration, so it's possible this broke
> something. If you make the same changes and build for a desktop target,
> does audio round-trip through opus_demo correctly?
>
> -r
>
> ______________________...
2016 Jul 12
0
High noise after encoding/decoding procedure
..._bytes_.
- Make sure you're passing the size of the compressed opus data in _bytes_.
> Is it ok, that I changed few parameters in "defines.h" file (to
> suppress the RAM requirements - I have only 60 KB RAM free on my STM32
> board)? I changed the ENCODER_NUM_CHANNELS 1 and DECODER_NUM_CHANNELS to
> one, and MAX_FS_KHZ to 8.
That's not a tested configuration, so it's possible this broke
something. If you make the same changes and build for a desktop target,
does audio round-trip through opus_demo correctly?
-r