Core Audio: Improvements to iOS.
* The session category can now be configured via the context config. When
set to ma_ios_session_category_default, it will try PlayAndRecord,
Playback and Record (in that order) until one works. If none work it
leave the category untouched. This will also set the DefaultToSpeaker
option since in most cases an application will want audio to be emitted
from the speaker rather than the receiver. If the application does not
want to change the session category, use ma_ios_session_category_none.
* The session category options can now be configured via the context
config. This maps to the AVAudioSessionCategoryOption flags.
Public issues #101, #113
Showing
Please register or sign in to comment