PaulStoffregen / Audio

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

Improve audio play queue #410

Closed MarkTillotson closed 2 years ago

MarkTillotson commented 2 years ago

Added the missing methods to AudioPlayQueue, also added method to limit the size of the queue in blocks so it can be less of a memory hog - this is intended to be called before queue is used.

Comments?