sbooth / SFBAudioEngine

A powerhouse of audio functionality for macOS, iOS, and tvOS
https://sbooth.github.io/SFBAudioEngine/
MIT License
569 stars 86 forks source link

Fix repeat for region decoding #255

Closed sbooth closed 1 year ago

sbooth commented 1 year ago

Currently any repeat count passed to -initWithInputSource:framePosition:frameLength:repeatCount: error: is ignored.

sbooth commented 1 year ago

Fixes #256