Search found 2 matches
- Mon Apr 19, 2021 8:54 am
- Forum: ESP-ADF
- Topic: Delay starting mp3 play
- Replies: 6
- Views: 11864
Re: Delay starting mp3 play
I managed to reduce the delay time by using the lib "esp8266Audio" and a AudioFileSourceBuffer. A buffer has the method "seek" witch can be used to jump to a specific position of the audio data. Hope this might help you.
- Sat Apr 17, 2021 5:20 pm
- Forum: ESP-ADF
- Topic: Delay starting mp3 play
- Replies: 6
- Views: 11864
Re: Delay starting mp3 play
Hi, i have the same issue. Did you manage to solve it?