earlephilhower / ESP8266Audio

Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
GNU General Public License v3.0
2.01k stars 432 forks source link

AudioOutputMixer support MP3? #549

Open murarduino opened 2 years ago

murarduino commented 2 years ago

I don't quite understand the AudioOutputMixer part. Can AudioOutputMixer support MP3? How to use AudioOutputMixer?

Riffer commented 2 years ago

I was going to ask the same question. But for AAC - and after tweaking around with the mixer example I can tell for AAC - does not work. It only plays the first audio but not the second.

xdxita commented 1 year ago

I'm struggling with AudioOutputMixer as well, and this feature was the main reason to choose for this library.