I have a serial mp3 module for my Arduino, and I'm wondering if I can get it to fade the music. So as it's about to play the next song it fades out of the previous song and fades in to the current song so there's no awkward moments of silence in-between songs.
I'm just wondering if that's possible and how to do it.
When You read the first topic telling how to get the best from this forum You will be advised to post links to stuff being used. "a serial mp3" is just like a ghost.
Sorry. Dry reading the code You linked and then tell for sure is out of my range.
Study that code, pick up the essential sequence and adopt it to Your application.
Hi there,
I saw you linked to my topic. I think that it will work for your project, there is only one thing I am not sure of: How does the arduino know when the song is ending? Can you somehow retrieve the song length from the music file?