create instans
AVAudioSession.sharedInstance()
add
http://stackoverflow.com/questions/28630833/change-avaudioplayer-output-to-speaker-in-swift
AVAudioSession.sharedInstance()
add
session.overrideOutputAudioPort(AVAudioSessionPortOverride.Speaker, error: nil)
http://stackoverflow.com/questions/28630833/change-avaudioplayer-output-to-speaker-in-swift
No comments:
Post a Comment