ios - iOS6 multi route audio -


IOS 6.0 brings "multi-route audio" support to the iPhone / iPad.

For example, allowing users to listen to a deck in the headphones by playing it and its benefits

It is only mentioned in the AVAudio session category reference:

AVAudioSessionCategoryMultiRoute You can output different streams of audio data to different output devices at the same time . For example, you will use this range to set audio to a USB device and headphone.

This category can be used for input, output, or both.

To use this category, more detailed knowledge, and contact, with the capabilities of available audio routes are required.

Available in iOS 6.0 and above.

How can two different streams be brought in for different routes?

Answering to yourself: There really is no information in the iOS Developer Library, but Hopefully all information is required in WWDC developer sessions.

Search for: WWDC 2012 session 505: audio session and multiroot audio in iOS by Torrey Holbrook Walker.

I hope someone else can help.

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -