Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @schreibfaul1,
Thank you for maintaining the excellent ESP32-audioI2S library! I'm working on a project that relies on looping audio files from an SD card, and I noticed that the
setFileLoop
function seems to be unavailable in the latest version (3.2.0i).Background
In previous versions (e.g., as mentioned in Issue #542), the
setFileLoop(true)
function was used to enable seamless looping of audio files. However, when compiling my sketch with version 3.2.0i, I encountered the following error:The Wiki previously mentioned
setFileLoop
for looping audio files, but this information appears outdated or removed.Questions
setFileLoop
function been intentionally removed in version 3.2.0i or later? If so, could you share the rationale behind this change?setFileLoop
or a similar function in future releases? This feature is critical for my project, which requires continuous looping without noticeable gaps.Project Details
audio.isRunning()
and reconnecting withconnecttoFS
, but it introduces a noticeable gap between loops.Any guidance or recommendations would be greatly appreciated. I'm happy to provide more details or test any suggested workarounds. Thank you for your time and support!
Best regards,
zx12864
Beta Was this translation helpful? Give feedback.
All reactions