avaudiosession
In iOS 5, after the category changed, "AudioQueueStart" used 3 ~ 5 seconds to start recording
After I changed AudioSession\'s category from kAudioSessionCategory_MediaPlayback to kAudioSessionCategory_PlayAndRecord, the AudioQueueStart method hanged on about 3 ~ 5 seconds to start recording.[详细]
2023-04-13 00:35 分类:问答Using iPodMusicPlayer
How to make my application to sing instead of the iPod when it\'s in the background. I thi开发者_如何学编程nk that I need to do my NSURL to MPMediaItem[详细]
2023-04-11 10:39 分类:问答endInterruption not being called evrytime
I am using openCL to play sounds and I have noted that the sounds stop functioning after a call enters and I press Decline.[详细]
2023-04-05 15:55 分类:问答iphone background audio on/off
I have an application that can play audio while the application is in the background with the entry in the plist and everything work fine.[详细]
2023-03-31 09:42 分类:问答AVAudioSession background mode problem
I have set up my AVAudioSession to play music in the background AVAudioSession *audioSession = [AVAudioSession sharedInstance];[详细]
2023-03-25 19:38 分类:问答Detecting the iPhone's Ring / Silent / Mute switch using AVAudioPlayer not working?
I\'ve tried using these methods in an attempt to detect that the Ring/Silent switch is active or not:[详细]
2023-03-24 03:17 分类:问答Audio unit, set format fails with -10581
I can\'t figure out why the following returns OSStatus -10851: status = AudioUnitSetProperty(*audioUnit,[详细]
2023-03-21 06:30 分类:问答Change lock screen background audio controls text?
I have an iOS 开发者_运维技巧app that streams background audio using AVAudioSession. It is working correctly, but I am curious, is there any way to change the text on the lock screen audio controls? R[详细]
2023-03-18 17:16 分类:问答AVAudioSession sound is very low
For some reason when i play a sound in my app i can barely hear it. ANy idea why? Below is the code i use to play a sound.[详细]
2023-03-18 11:03 分类:问答iphone : getting error of "_AudioSessionSetProperty" while playing recording
i am getting error of , Undefined symbols for architecture i386: \"_AudioSessionSetProperty\", referenced from[详细]
2023-03-18 00:46 分类:问答