So I\'m trying to play a sound file at a different rate in iOS 5.1.1, and am having absolutely no luck. So far I have tried setting the rate of the AVAudioPlayer:
Swift 2.0
let player = AVPlayer(URL: url) player.play() player.rate = 0.9