PaulStoffregen / Audio

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

Fix for issue #415 (play queue stall) #417

Closed h4yn0nnym0u5e closed 2 years ago

h4yn0nnym0u5e commented 2 years ago

Fixes issue #415 by optionally providing error returns from various methods, instead of burning CPU waiting for audio blocks or queue space to free up. Defaults to original behaviour so old code should still work the same. Updated GUI documentation is included.

Adds an example which demonstrates the various modes of operation.