Page 1 of 1

Ogg decoder - 24 bits or higher output

Posted: Mon Jul 25, 2022 3:38 pm
by johboh
Hi!
I'm using the esp-adf built in ogg decoder, but I'm unable to make it output anything other than 16 bits ints. My DAC support 24 bits, and I would like to utilize this. There is nothing in the ogg decoder configuration to configure this, as far as I'm aware.

This is what I get from the decoder:

Code: Select all

[ * ] Receive music info from ogg decoder, sample_rates=44100, bits=16, ch=2
Regards,
Johan