Hello,
I am experimenting with the Audio Library using both the playMem and playSDwav options and I am running into a wall on both. I've watched the tutorial and read through the workshop outline, also followed the little-scale excellent tutorial but still having issues.
Working with wav2sketch trying to convert my wav files and I keep getting this error message in terminal.
Last login: Sun Mar 25 19:03:32 on ttys000
Terrys-Mac-mini:~ dameusicstudio$ cd wav2sketch
Terrys-Mac-mini:wav2sketch dameusicstudio$ ./wav2sketch
converting: BigDrip2Tone.wav --> AudioSampleBigdrip2tone
wav2sketch: error in format of file BigDrip2Tone.wav
Terrys-Mac-mini:wav2sketch dameusicstudio$
It creates the two files, AudioSampleBigdrip2tone.cpp and AudioSampleBigdrip2tone.h
When I bring them into an arduino sketch however the two files appear as tabs but there is no data in the file.
Any thoughts why I am getting this error? wav2sketch folder is in my home folder, I'm saving my arduino sketch there, putting the "AudioSample....cpp and .h files in the Arduino sketch folder. Not sure what I'm doing wrong. Help! Thanks.
I am experimenting with the Audio Library using both the playMem and playSDwav options and I am running into a wall on both. I've watched the tutorial and read through the workshop outline, also followed the little-scale excellent tutorial but still having issues.
Working with wav2sketch trying to convert my wav files and I keep getting this error message in terminal.
Last login: Sun Mar 25 19:03:32 on ttys000
Terrys-Mac-mini:~ dameusicstudio$ cd wav2sketch
Terrys-Mac-mini:wav2sketch dameusicstudio$ ./wav2sketch
converting: BigDrip2Tone.wav --> AudioSampleBigdrip2tone
wav2sketch: error in format of file BigDrip2Tone.wav
Terrys-Mac-mini:wav2sketch dameusicstudio$
It creates the two files, AudioSampleBigdrip2tone.cpp and AudioSampleBigdrip2tone.h
When I bring them into an arduino sketch however the two files appear as tabs but there is no data in the file.
Any thoughts why I am getting this error? wav2sketch folder is in my home folder, I'm saving my arduino sketch there, putting the "AudioSample....cpp and .h files in the Arduino sketch folder. Not sure what I'm doing wrong. Help! Thanks.