Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file format specification for wav on sd card #486

Open
donnersm opened this issue Nov 22, 2024 · 1 comment
Open

file format specification for wav on sd card #486

donnersm opened this issue Nov 22, 2024 · 1 comment

Comments

@donnersm
Copy link

Description

can't play wav fiels from SD with non specific names

Hardware & Software

Teensy 4.0 with audio shield and 2Gb SD card

Arduino Sketch

Tutorial example 2 sketch: play audio file

Errors or Incorrect Output

No error's but file doesn't seem to open.
file has name: marksd.wav
won't open....but if i rename it to SDTEST1.WAV it will open.
i did change the file name to be opened in the sketch.
anyway...this gives me the impression that files on SD have to have a specific naming convention. like should it start with SD?

@djphazer
Copy link

I think in the code, filenames need to be ALL CAPS. The actual files on the SD card can be lowercase, but you have to use uppercase to open them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants