swift AVAudioPlayer播放音频时声音太小

Posted 昨天的李小白

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift AVAudioPlayer播放音频时声音太小相关的知识,希望对你有一定的参考价值。

设置下声音输出的扬声器就行了 代码如下

do {
            try AVAudiosession.sharedInstance().overrideOutputAudioPort(AVAudioSessionPortOverride.speaker)
} catch _ {

}

 备份:http://www.jianshu.com/p/f8c614b1b7cf 

以上是关于swift AVAudioPlayer播放音频时声音太小的主要内容,如果未能解决你的问题,请参考以下文章