Skip to content

Releases: dimitris-c/AudioStreaming

1.2.3

17 May 19:54
Compare
Choose a tag to compare

What's Changed

  • fix(macOS): Adds macOS support, updates example project by @dimitris-c in #81

Full Changelog: 1.2.2...1.2.3

1.2.2

16 May 10:06
Compare
Choose a tag to compare

What's Changed

  • feature(Example): Update example project by @dimitris-c in #80

  • fix(AudioPlayer): Fixes noise when mute is on

Full Changelog: 1.2.1...1.2.2

1.2.1

14 May 21:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

01 Apr 13:43
Compare
Choose a tag to compare

What's Changed

New Feature

Fixes

  • fix(Seek): Fixes an issue with seek on FileAudioSource by @dimitris-c in #65
  • fix(StopReason): Fix incorrect stopReason on finish delegate method by @dimitris-c in #66
  • fix(AVAudioEngine): Fix a glitch sound on pause and play by @dimitris-c in #69

Full Changelog: 1.1.0...1.2.0

1.1.0

22 Aug 09:40
7e77019
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

01 Sep 15:19
Compare
Choose a tag to compare
  • Fix seek functionality
  • Fix wrong entryId on delegate method audioPlayerDidStartPlaying

Full Changelog: 0.9.0...1.0.0

0.9.0

28 Feb 15:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

06 Dec 18:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.8.0

0.7.0

07 Sep 12:49
Compare
Choose a tag to compare

Resolves a memory issue when playing fixed length audio (eg podcasts)

0.6.0

24 May 21:02
65de9d9
Compare
Choose a tag to compare

Adds frame filters to allow recording, monitoring, and observation of audio, PR #18