Releases: newdigate/teensy-variable-playback
Releases · newdigate/teensy-variable-playback
1.1.0
What's Changed
- Fix issue with potential audio block leak by @h4yn0nnym0u5e in #54
- Fix/interpolation2 by @newdigate in #57
- Permit playback of WAV file stored in RAM by @h4yn0nnym0u5e in #58
- Fixing compiler warnings for Arduino-IDE with TeensyDuino. by @dcoredump in #60
- Fix error playing WAV data from RAM by @h4yn0nnym0u5e in #61
- Updates to avoid filesystem clashes by @h4yn0nnym0u5e in #65
New Contributors
- @h4yn0nnym0u5e made their first contribution in #54
- @dcoredump made their first contribution in #60
Full Changelog: 1.0.16...1.1.0
add option to start loop at sample start or at loop start...
Merge pull request #53 from newdigate/feature/play_start Feature: play start option
support for dual playback head for seem-less looping
Merge pull request #52 from newdigate/feature/dual-playback-head Feature/dual playback head
1.0.14
positionMillis() implemented for AudioPlaySdResmp
1.0.13 positionMillis() implemented for AudioPlaySdResmp
skip over RIFF tags in wave header
Previously the library would give an error when RIFF tags appear at the beginning of the wave file in the header. These files should now be able to play, without an error.
When playing a mono sample, transmit on both channels
1.0.11 update version to 1.0.11
playback starting in reverse fixed
1.0.10 update readme v1.0.10
fix crashing bug when playing multiple files
1.0.9 update version to 1.0.9
refactoring improvements
1.0.8 update version to 1.0.8