ESP8266Audio
ESP8266Audio copied to clipboard
Cannot loop *.wav file and play another file simultaneously
Hello everyone. I would like to play some *.wav file stored in SPIFFS in seamless loop. Then, I would like to trigger some another *.wav file by pressing a button on the ESP8266.
Is it possible to do that with this library? I tried to use the example code from readme to do the seamless loop, but I got lost. Could somebody help me?
Hi, i'm trying to do the same thing, did you get it ?