PaulStoffregen / Audio

Teensy Audio Library
http://www.pjrc.com/teensy/td_libs_Audio.html
1.07k stars 398 forks source link

Fix issues with AudioSynthWavetable object #449

Closed h4yn0nnym0u5e closed 1 year ago

h4yn0nnym0u5e commented 1 year ago

* e.g. calling setFrequency() on an object that's not actually playing. Apparently you could get away with this on a teensy 3.2, but no longer, if you use a Teensy 4.x. See https://forum.pjrc.com/threads/71479-Teensy-4-0-audio-shield-spontaneously-resets

PaulStoffregen commented 1 year ago

Thanks!