- This topic has 1 reply, 2 voices, and was last updated 8 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › Arduino › Reading wave files from RAM
Hii,
I am working on project on sound generation in electric vehicle . I have stored short audio samples (ranges from 1-5 sec) in SD card and successfully able to read and play the wave files from SD card.
1) Now I want to read the samples from SD card into RAM and play it from RAM. I know the RAM of Arduino Due is 96KB which is enough for my project.
you can try PCM library code by Michael Smith.
just search for it…..