stelatoris / XTronical-I2S-Audio-with-SD

6 stars 1 forks source link

SD Card Connected, Reads, and Prints File Header! #1

Closed stelatoris closed 1 year ago

stelatoris commented 1 year ago

For now, the SD card works.

Can read WAV file from SD card, and it will print Header.

I created a new constructor to use a String for file name as argument.

To add a new WAV file from SD card, simply create a XT_Wav_Class object with filename as argument. E.g: XT_Wav_Class MySound("/sample.wav");