Skip to content

Releases: mihai8804858/swift-chunked-audio-player

1.1.0

29 Dec 22:18
Compare
Choose a tag to compare

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

17 Oct 18:26
Compare
Choose a tag to compare

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

Full Changelog: 1.0.6...1.0.7

1.0.6

08 Aug 19:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

12 Jul 18:50
Compare
Choose a tag to compare
  • Added stream duration property
  • Add ability to rewind, forward and seek

Full Changelog: 1.0.4...1.0.5

1.0.4

08 Jul 21:56
Compare
Choose a tag to compare
  • Fix dead lock on stream failure

Full Changelog: 1.0.3...1.0.4

1.0.3

14 Jun 17:51
17f0b19
Compare
Choose a tag to compare

What's Changed

  • Add didStartPlaying and didFinishPlaying completions by @mikeg0184 in #6

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

11 Jun 20:25
Compare
Choose a tag to compare
  • Fix crash when parsing audio packets (#5)

Full Changelog: 1.0.1...1.0.2

1.0.1

11 Jun 20:19
Compare
Choose a tag to compare
  • Fix infinite loop in media data provider (#1)

Full Changelog: 1.0.0...1.0.1

1.0.0

09 May 20:43
Compare
Choose a tag to compare
  • Initial Release