Hi guys I have a singular track that won’t play on one of my fonts, I’m trying to get it on my VaderESB font, when I do the button command simply nothing happens. The file is formatted with:
44.1k sample rate
16 bit sample size
When I try the button command in Arduino the serial monitor spits this out:
EVENT: Power-Pressed#1 millis=657803
EVENT: Power-Pressed millis=657803
EVENT: Power-Released#1 millis=657873
EVENT: Power-Released millis=657873
EVENT: Power-Shortclick#1 millis=657873
EVENT: Power-Shortclick millis=657873
EVENT: Power-Pressed#2 millis=657973
EVENT: Power-Pressed millis=657973
EVENT: Power-Released#2 millis=658065
EVENT: Power-Released millis=658065
EVENT: Power-Shortclick#2 millis=658065
EVENT: Power-Shortclick millis=658065
EVENT: Power-SavedShortclick#2 millis=658274
File VaderESB/tracks/track.wav not found.
Playing mloop.wav, channels: 1 rate: 44100 bits: 16
File VaderESB/tracks/track.wav not found.
Unmounting SD Card.
Amplifier off.
Battery voltage: 4.14
Booster off.
I’ve double check the spelling of all folders and the file itself obviously too and I’m at a loss right now. I’ll attach my config here as well I don’t know what to do.
myconfig.h (159.9 KB)
So where is the file actually located?
Are you sure it’s not called track.wav.wav ?
VaderESB/tracks/track.wav
And it is not track.wav.wav lol
But ProffieOS cannot seem to find it in that location.
The contents of the file is not the problem here.
Either the file is not named right, or there is something wrong with the SD card that makes it unable to find and read the file.
Maybe try a different SD card?
Yeah I double checked folder adn file names again for like spaces or something I coudn’t see and it was all still correct
I even tried replacing the track with one that works on a different font and that didn’t work, I don’t have a spare sd card on me sadly, should I try reformatting or something?
I would try just a different file and folder name first.
Like, rename it from tracks/track.wav to songs/song.wav or something. Reprogram and copy/rename the file on the SD card and see if it works better. If that doesn’t help, then yes, do try to reformat.
And you’re sure that it’s not called “track.wav” (type WAV) because windows can be very confusing about filenames… (Which would mean that it’s actually called “track.wav.wav”)
Yeah I double checked in the name in the file properties it is just “track.wav” I’ll give the folder renaming a try see if that does the trick