Hello,
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 using (Audacity software) 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.