How to use AVAudioSessionCategoryMultiRoute on iPhone device?
问题 I would like to use AVAudioSessionCategoryMultiRoute, but unfortunately there is no example on apple dev center nor Google. How to use/implement AVAudioSessionCategoryMultiRoute in order to define 2 distinct routes on an iPhone ios7.0.4 ? My goal is to route audio both through speaker and headphones. (I know that is was not possible in the past, but I would like to try with ios7) Thank you for your help, 回答1: This help me: AVAudioEngine and Multiroute, and this: Audio Session and Multiroute