- This topic has 4 replies, 3 voices, and was last updated 8 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
|
Microcontroller › Arduino › Arduino Due
Hi,
I have a project on Electric bike that potentially needs to play up to 4 sounds as a horn in the bike and I am using Arduino Due.I have created short audio samples and now I want to store short wav files in RAM and play the samples from RAM.
Steps planned:
Wav File –> Wavetable
WaveTable –> load it in Arduino RAM.
Play it from Arduino RAM.
Am I right in thinking.
Thanks in Advance.
u can use readily available sound recorder chips for this purpose
For the First step, He told me to store the samples in RAM of Due and afterwards to use SD card and then read from SD card into RAM.
u can use arduino tutorials to read from SD card
Thanks bro………