Just wanted to report back that the code works. Thanks!
I removed the fade in Audacity, so I removed setLoopStart() and setLoopFinish() aswell.
When I extend the crossfade, the loop is almost inaudible.
Thanks for your help, but I think we're currently not on the same page.
I need help to understand the use of the looping functions to play a sound repeatedly without any audible interruptions.
Sorry for being "the guy" that provided too little context and still expects help😅
And thanks for still helping me!
I did, but it didn't work for me. It's in the arduino sketch.
#include <Arduino.h>
#include <Audio.h>
#include <SD.h>
#include...
Hi, first of all, a big thanks to all the contributors for this awesome library.
I'm trying to seamlessly loop a single sound file (either WAV or RAW).
I found some clues in this post...