Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow reading #870

Open
kevinderome opened this issue Oct 14, 2024 · 0 comments
Open

Slow reading #870

kevinderome opened this issue Oct 14, 2024 · 0 comments

Comments

@kevinderome
Copy link

Hello,

First of all, thank you very much for the work done with this library!

I tested all the tags to see if there was a faster one, but unfortunately, there wasn't. I need to quickly read small .mp3 or .wav files stored on the SPIFFS or SD card, and currently, there is an average delay of about 2300 ms before the sound is heard.

For example, I press a button that triggers a sound feedback, and it needs to be able to start about 300 ms after the press. I have tested on the ESP32 S3 N16R8 as well as on the XIAO S3 with 8 MB of PSRAM. For the code, I rely on the basic examples. I tested with .mp3 and .wav files (thinking the latter would be faster to read since no decoding is necessary).

Do you experience a delay at startup, or are you able to achieve near real-time response?

Thank you very much in advance,

Kevin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant