ADPCM does not work in Stereo? #1859
-
|
Hi, I'm trying to send some stereo audio over ESPNOW, and decided to use a codec to compress the data. The codec tests were done by slightly modifying the Test CodeI have tested the codecs in both mono and stereo, each with sample rates of 16KHz, 44.1KHz, and 48KHz. Here are the variants that I have tried and their problems:Default Enabled Variants:
Default Disabled variants : (I changed the config file so that all of them would be enabled.)
I have not tried the other variants, as they do not have "directly corresponding" encoder/decoder sets. I have attached the log/terminal output of the ones where the code does not run at all. ADPCM_Error_Logs_16K.txt It's hard for me to believe that not one of them can support "High" quality stereo audio, so I think I'm doing something wrong here. Help would be very much appreciated! Also, ADPCM-XQ works fine, but required a large buffer, and that created too much of a delay. (Even when tweaking the block sizes.) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
I will need some time to look into this in more detail. I was mainly testing with AV_CODEC_ID_ADPCM_IMA_WAV. |
Beta Was this translation helpful? Give feedback.
-
|
I added an overview of all supported ids and classes |
Beta Was this translation helpful? Give feedback.
I added an overview of all supported ids and classes