I'm building a "word clock", but the words are band/musician names and when the arduino plays the music, will light up the name on the board. I've found this tutorial for a word clock below, but it doesn't really seem to help me figure out how to do what I want to do.
https://create.arduino.cc/projecthub/NoraTheDoggo/word-clock-f7d182
What I want to do is have music in a WAV format on an SD card (maybe 6 songs total) and have the arduino read those files to play over a speaker. I also want the arduino to read the file on the SD card and turn on the appropriate LED based on the title of the WAV file.
I have looked through this forum this whole week and nothing has helped me out. There seem to be about 20 different ways to play music through the arduino and light up LEDs, but also half of the time people comment saying that it didn't work for them leaving me to ignore that solution. All I'm looking for is someone to help point me in the right direction of where to go and have a place to answer any questions I have. Thank you.