newdigate / teensy-variable-playback

Firmware library: variable playback rate for teensy audio library
MIT License
54 stars 7 forks source link

Library fails to parse Teensy Audio example waves: SDTEST1.WAV #42

Closed atoktoto closed 3 years ago

atoktoto commented 3 years ago

I though this might be worth flagging as these are almost "known good" and once can expect to already have them on the SD card after going through the Teensy Audio Library tutorial or hardware tests.

The error I'm getting is (same for all 4 files): expected data... (was 537263808)

newdigate commented 3 years ago

oh. I’ll take a look on tuesday hopefully.

Thanks for letting me know…. :P

newdigate commented 3 years ago

Hi Andrei, I have this feature branch, but I have not tested it... Im hoping the teensy reference wavs should now read ok...

https://github.com/newdigate/teensy-variable-playback/tree/feature/wav_info_tags

Could you check it out and let me know if its working? Otherwise I will spend some time testing it in the next week or so -- Unfortunately, I have limited time right now, too many things going on :)

newdigate commented 3 years ago

scratch that, still needs some work....

newdigate commented 3 years ago

Updated the library to skip over any riff tags in the wav header now... Done some testing, seems good... (merged to main, deleted feature branch).