Skip to content

Releases: whitesmith/WSAudioKit

v1.2.1

25 Nov 19:45
038b708
Compare
Choose a tag to compare
Bump to v1.2.1

v1.1

25 Nov 15:29
4bd6de9
Compare
Choose a tag to compare

Changes:

  • Small improvements.

Compatibility

Carthage release for Swift is built with Xcode 12.2.

v1.0 (official WSAudioKit)

25 Nov 15:19
213e195
Compare
Choose a tag to compare

Framework has been renamed to WSAudioKit.framework.

Whitesmith Version v0.4.0

16 Sep 08:34
c55c611
Compare
Choose a tag to compare

Changes

  • Xcode 12 (min deployment now is iOS 11.0+)

Cartfile

github "whitesmith/WSAudioKit" == 0.4.0

Whitesmith Version v0.3.2

09 Jun 12:27
51ac102
Compare
Choose a tag to compare

Changes

  • AVAudioSession longForm policy is deprecated, use longFormAudio instead

Cartfile

github "whitesmith/WSAudioKit" == 0.3.2

Whitesmith Version v0.3.1

03 Jun 08:24
8ad6af3
Compare
Choose a tag to compare

Changes

  • Changed audio session mode to spoken audio (interrupt the audio when, i.e., a turn by turn navigation instruction is interrupting the podcast).

Cartfile

github "whitesmith/WSAudioKit" == 0.3.1

Whitesmith Version v0.3.0

07 May 19:14
312cd7f
Compare
Choose a tag to compare
  • Added support for Swift 5 (Xcode 10.2).

Whitesmith Version v0.2.5

24 Jan 17:30
6e738ed
Compare
Choose a tag to compare
[fix] "[NSURL length]: unrecognized selector sent to instance…"

Trying to remove a file using FileManager.removeItem:at. The URL is an assets-library and something internally is invoking `length` maybe assuming it’s a NSString/CFStringRef 🤨