sbooth / SFBAudioEngine

A powerhouse of audio functionality for macOS and iOS
https://sbooth.github.io/SFBAudioEngine/
MIT License
552 stars 87 forks source link

Use an on-demand collector #179

Closed sbooth closed 3 years ago

sbooth commented 3 years ago

The current timer-based collector cannot be triggered on demand and can lead to No open slots in _decoderStateArray messages if decoders are enqueued in rapid succession.

Fixes #178