espressif / esp-adf-libs

54 stars 41 forks source link

OPUS Decoder? #33

Open PacificElectronicDesigns opened 1 month ago

PacificElectronicDesigns commented 1 month ago

Hi all

Looking for any examples of streaming audio using OPUS codec. The codec examples in the ADF are for reading from a SD card and using the AAC codec and there's little documentation around it anyway. I'm trying to read from a TLV320 audio codec chip (got this working ok), compress the audio using OPUS codec, and send via UDP. Then receive it on another ESP32 and spit it back out again - basically a 2 way walkie talkie device.

The library has mentions of encoding OPUS but don't see anything on decoding OPUS? What am I missing please?

Cheers

Matt