The video is just for fun!
I'm not with the hardware right now, but after checking, I think I've found the issue. In the startPlayback function, loopStartMs is set to 0, and loopEndMs to either recordDurationMs. I'll take a closer look...
@h4yn0nnym0u5e Your library is brilliant! The play object has a startFrom parameter, which doesn't work great (see my log) —I can move this point using my encoder. However, the file always starts from zero. I’d like to do the same with the end...
@h4yn0nnym0u5e
first of all, THANK YOU!
The stereo recording and playback on the SD card work perfectly.
What I did:
I cloned your repository into my project under the lib/Audio subfolder.
I added it as a Git submodule so that it remains...
Hello everyone,
I have a few questions regarding my current project. I'm working on an audio/MIDI application.
I've resumed development and am making good progress, currently focusing on test applications. My goal is to implement a looper...