Releases: whitesmith/WSAudioKit
Releases · whitesmith/WSAudioKit
v1.2.1
v1.1
Changes:
- Small improvements.
Compatibility
Carthage release for Swift is built with Xcode 12.2.
v1.0 (official WSAudioKit)
Framework has been renamed to WSAudioKit.framework
.
Whitesmith Version v0.4.0
Changes
- Xcode 12 (min deployment now is iOS 11.0+)
Cartfile
github "whitesmith/WSAudioKit" == 0.4.0
Whitesmith Version v0.3.2
Changes
AVAudioSession
longForm
policy is deprecated, uselongFormAudio
instead
Cartfile
github "whitesmith/WSAudioKit" == 0.3.2
Whitesmith Version v0.3.1
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
- Added support for Swift 5 (Xcode 10.2).
Whitesmith Version v0.2.5
[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 🤨