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
Johan