newdigate / teensy-variable-playback

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

Permit playback of WAV file stored in RAM #58

Closed h4yn0nnym0u5e closed 1 year ago

h4yn0nnym0u5e commented 1 year ago

Duplicates some of the WaveHeaderParser stuff to extract the correct start point and channel count from the buffered WAV data, then calls playRaw()

newdigate commented 1 year ago

Thank you :)