Releases: mihai8804858/swift-chunked-audio-player
Releases · mihai8804858/swift-chunked-audio-player
1.1.0
What's Changed
- Enable strict concurrency
- Add
bufferDidUpdate
and ability to set volume level prior to audio playback
Full Changelog: 1.0.7...1.1.0
1.0.7
What's Changed
- Supports macOS 12 by @longseespace in #17
- Lower deployment targets to iOS 15 and tvOS 15
- Use macOS 15 on CI
New Contributors
- @longseespace made their first contribution in #17
Full Changelog: 1.0.6...1.0.7
1.0.6
What's Changed
- Don't fire didFinishPlaying on a nil error by @mikeg0184 in #14
- Add Speed Control by @voltec in #13
New Contributors
Full Changelog: 1.0.5...1.0.6
1.0.5
- Added stream duration property
- Add ability to rewind, forward and seek
Full Changelog: 1.0.4...1.0.5
1.0.4
- Fix dead lock on stream failure
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- Add didStartPlaying and didFinishPlaying completions by @mikeg0184 in #6
New Contributors
- @mikeg0184 made their first contribution in #6
Full Changelog: 1.0.2...1.0.3
1.0.2
- Fix crash when parsing audio packets (#5)
Full Changelog: 1.0.1...1.0.2
1.0.1
- Fix infinite loop in media data provider (#1)
Full Changelog: 1.0.0...1.0.1
1.0.0
- Initial Release