Simple SD Card Read Issue

Status
Not open for further replies.

siredward

Member
Hey all,

So, my code calls for reading a random .wav file named "01", "02", "03" etcetera up to 07

There is no need to include the code here because this is not a coding question. The code works great.

What is awry is as follows:

- All .wav files used for this project in the past work. It does not matter if they are renamed "05" or "02" or whatever --- if they played before they will play now. I simply drag the file from my documents folder onto the SD card, rename the file 01 through 07, and it plays.

- All new .wav files I am trying to import to the SD card do not work. I give them the exact same names "01" or "02" etc.. The Teensy simply does not read them.

Has anybody ever had a problem like this before? Do I need to reconfigure my SD card or something like that?

Thank you
 
What are you using to play the wav files?
If new wav files don't work, maybe they have the wrong sample rate, etc.

Pete
 
I presume that you're using PlaySDWav in which case the audio design documentation for that says "Only 16 bit PCM, 44100 Hz WAV files are supported".

Pete
 
Status
Not open for further replies.
Back
Top