avaudiosession
Why do AVAudioPlayer automatically continue playing after applcation comes from background mode?
Why do AVAudioPlayer continue playing after applcation comes from background mode, even if the player had been paused before开发者_Go百科 app went to background?[详细]
2023-02-07 19:34 分类:问答Record from either or both microphones on iPhone 4
The iPhone 4 has two built in microphones, one in the standard place and one sitting next to t开发者_运维知识库he headphone jack. I know this new mic is used for noise reduction in calls but it is als[详细]
2023-02-05 00:57 分类:问答MPMoviePlayerController / AVAudioSession in background doesn't restart play after incoming call
I have an issue with MPMoviePlayerController. I use an instance to play an m3u8 audio source: AVAudioSession *audioSession = [AVAudioSession sharedInstance];[详细]
2023-02-03 15:49 分类:问答Setting the AVAudioSession category in AppDelegate.m
So I hate to have to ask this question but I\'ve spent a fair bit of time searching through Apple\'s documentation and Google with no avail. I\'m simply trying to set the AVAudioSession category for m[详细]
2023-02-03 03:17 分类:问答microphone input listening on iOS, AVAudioRecorder or something else?
I\'m wondering if there is a way to \"listen\" without recording and display the microphone\'s input levels?[详细]
2023-02-01 12:29 分类:问答MPMoviePlayerController playback problem
I\'m having trouble with playing audio stream using MPMoviePlayerController in the background. On the foreground it\'s playing the audio just fine, but whe开发者_如何学运维n the application goes to th[详细]
2023-01-31 10:29 分类:问答AVAudioSession not working as described by Apple
My game has 3 background songs. I would like the game to set the background music to off when there is ipod music playing, else it will play the last played piece of music. When the muser changes the[详细]
2023-01-21 04:49 分类:问答Lower iPod volume to play app sound (like the native SMS app)
I\'ve made an iPhone app to be used while exercising. It plays a bell tone to indicate that you (the user) should switch from one step of your exercise routine to the next.I\'ve designed the app so th[详细]
2022-12-17 17:38 分类:问答