audiosession
iphone app: how to deactivate and activate ipod app
my voip app is configured to kAudioSessionCateg开发者_开发技巧ory_PlayAndRecord category and kAudioSessionProperty_OverrideCategoryMixWithOthers audio session property.[详细]
2023-04-08 17:32 分类:问答AudioSession Settings for RemoteIO to play nice with iPod
As I previously found here. If you start running an AVAssetReader while using a Remote I/O callback to play audio, starting the AVAssetReader will block the Remote I/O callback unless you allow iPod[详细]
2023-04-01 09:41 分类:问答Knowing when headphones are connected to the 3.5 mm jack works only if they weren't connected before the app started
I got this code to tell if the headphones are connected or not: This in viewDidLoad: AudioSessionAddPropertyListener(kAudioSessionProperty_AudioRouteChange, audioSessionPropertyListener, nil);[详细]
2023-03-26 01:18 分类:问答iOS: Is this an audio-session simulator bug? keywords: kAudioSessionProperty_AudioRoute kAudioSessionUnsupportedPropertyError
can someone confirm whether this is indeed a bug?( If so I will go off and file it with Apple ). attempting to fetch kAudioSessionProperty_AudioRouteis returning error code kAudioSessionUnsupportedPr[详细]
2023-03-17 01:26 分类:问答MPMoviePlayerController and AVAudioPlayer audio mixing glitch
I\'m developing an interactive storybook type application for the iPhone and I\'ve recently encountered a frustrating 开发者_如何学运维bug concerning audio mixing on the device.[详细]
2023-02-07 22:51 分类:问答AudioQueueStart fail -12985
I made a streaming music player and it works fine in the foreground. But in the background iOS4, 开发者_StackOverflow中文版it doesn\'t play the next song automatically. ( remote control works )[详细]
2023-01-28 01:28 分类:问答Routing iPhone Audio Sound
I have an app which does listen and play sound at the same time. By default, the sound output goes through the earphone. So I use the following code to route it through the speaker:[详细]
2023-01-15 17:55 分类:问答How do you use AVAudioPlayer to play music while in the background?
I curre开发者_开发问答ntly use AVAudioPlayer to play music while in the foreground, but when I press the home button my application goes to the background and the music stops.I set the category for my[详细]
2023-01-10 16:58 分类:问答AudioQueue code from SpeakHere fails on iPad
I\'ve using the SpeakHere audio classes in an App I\'m creating that must Play & Record simultaneously.[详细]
2023-01-06 12:51 分类:问答Is AudioSession actually the same thing as OpenAL?
Is AudioSession actuall开发者_高级运维y the same thing as OpenAL? They are quite different in purpose.[详细]
2022-12-29 08:50 分类:问答