Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
5answers
3k views

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: How to programmatically sense the iPhone mute switch? AVAudioSession category not working as ...
7
votes
1answer
1k views

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? Right now it ...
5
votes
2answers
3k views

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]; NSError *setCategoryError = nil; ...
3
votes
2answers
67 views

Can not restart an interrupted audio input queue in background mode on iOS

I'm writing an iOS App using an AudioQueue for recording. I create an input queue configured to get linear PCM, stated this queue and everything works as expected. To manage interruptions, I ...
3
votes
1answer
475 views

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 app went to background? In common I wonder why AVAudioPlayer automatically ...
3
votes
1answer
309 views

I can't track down this leak. Audio Toolbox

I have gone over a silly amount of forum posts and questions here. while i would love to take this advice: http://www.cocos2d-iphone.org/forum/topic/2003 I suppose i just don't trust 'them' as much as ...
3
votes
4answers
1k views

Low recording volume in combination with AVAudioSessionCategoryPlayAndRecord

When I set: [[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryPlayAndRecord error:NULL]; …recording and playing works fine, just the playback volume is around 60% lower than ...
2
votes
1answer
721 views

iOS 5 Audio Alarms Don't Sound Without kAudioSessionProperty_OverrideCategoryMixWithOthers On

I have an audio app that is having some problems with the way iOS 5 has changed audio behaviors. When my app's audio is playing (AVAudioSessionCategoryPlayback), and a Clock.app alarm or timer is ...
2
votes
1answer
248 views

AVAudioSessionCategoryPlayAndRecord doesn't detect mute switch

Okay so I've been looking around for a while, and I can't seem to find an exact answer for this(probably because iOS 5 seems to have changed some of the rules with sound/mute). I'm using ...
2
votes
1answer
263 views

Handle audio interruptions AVAudioPlayer

I am playing "sound effects" in my app when buttons are clicked and such and I have been having some difficulties getting the delegates to work properly within the AVAudioPlayer class to keep the ...
2
votes
1answer
689 views

MPMoviePlayerController: How to ignore mute switch

I want to play video using MPMoviePlayerController but I want it to ignore the mute switch, similar to the behavior of youtube video player. any ideas? thank -Z
1
vote
0answers
25 views

audioSession.inputIsAvailable = NO in 2nd Generation iPod Touch 4.2.1

I'm trying to record the voice of the user using AVAudioRecorder class. First of all I set the AudioSession AVAudioSession *audioSession = [AVAudioSession sharedInstance]; NSError *error; if ...
1
vote
3answers
190 views

this app was developed and works fine under ios 5.0, but crashes under ios 4.3

I developed an iPhone app under iOS 5.0, and it works fine. But when it comes to iOS 4.3(Base SDK = latest iOS 5.0, compiler = Apple LLVM 3.0, Deployment Target = iOS 4.3), it crashes after launching. ...
1
vote
1answer
251 views

How to mute an iPhone programmatically [closed]

Possible Duplicate: Can an iOS app switch the device to silent mode? I am new to iPhone app dev, I want to put my iPhone silent mode for Ringtones and alert tones. It is possible, because I ...
1
vote
1answer
139 views

How to keep my audio app active in background when interruptions occurs?

I'm trying to use AVAudioSession and AVAudioPlayer and audio background mode to keep my app active in background. It works fine if no interruptions arrives. But, when I received ...
1
vote
1answer
137 views

Playing sound while recording

Is it possible to play back a sound while it is recording it, live? I found this question/answer which shows how to record sound with AVAudioSession. If so, at what should I be looking at? Can ...
1
vote
1answer
353 views

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. ...
1
vote
0answers
65 views

Using iPodMusicPlayer

How to make my application to sing instead of the iPod when it's in the background. I think that I need to do my NSURL to MPMediaItem and play with iPodMusicPlayer. How can I do this?
1
vote
1answer
63 views

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. I was able to trace it to the endInterruption not being called. The problem ...
1
vote
0answers
189 views

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. But I would like to give the option to the user to setup the ...
1
vote
1answer
494 views

what are the formats supported in AVAudioRecorder for recording sound?

I have found a list of the different values (Audio Data Format) at ...
1
vote
1answer
283 views

kAudioSessionCategory_MediaPlayback is silenced with ringer off?

according to the documentation the correct way to allow sounds to be played even if the ringer switch is set to off is like so: UInt32 sessionCategory = kAudioSessionCategory_MediaPlayback; ...
1
vote
3answers
171 views

Couldn't hear AVAudioRecorder's voice without headphones

I am recording voice on iPhone using AVAudioRecorder and these are my recorder settings: NSMutableDictionary* recordSetting = [[NSMutableDictionary alloc] init]; [recordSetting setValue ...
1
vote
1answer
410 views

IPhone audio: Volume faint ( but okay with headphones )

I'm getting unexpected audio behaviour: problem -- iPhone device volume is very faint, but if I plug in headphones the volume is perfect firstly, start app on iPhone the with nothing plugged in. ...
1
vote
1answer
581 views

AVAssetReader reads audio, then fails

My app reads audio and plays it back in a producer / consumer setup. The consumer thread requests new samples to render to hardware. The producer thread reads audio data from disk into its buffer ...
1
vote
1answer
694 views

AVAudioSession category not working as documentation dictates

I have an iOS app that has some audio feedback in certain places, but I want any other music the user has playing in the background to be allowed to play over this. In addition, I want the audio in my ...
1
vote
0answers
297 views

Is it possible to record video with AVAssetWriter and still playback background sounds

I am using AVCaptureSession to record video asset with no sound. But is it possible to configure AVAudioSession to continue iPod audio playing background music?
1
vote
2answers
1k views

AVAudioSession endInterruption() returns an NSOSStatusErrorDomain

I'm trying to solve an AVAudioSession problem since many hours ago and didn't get success!! I found lots of guys talking about problems with endInterruption but none of them talking about this error: ...
1
vote
1answer
666 views

AVAudioSession reroutes iPhone audio automatically?

I'm having problems with AVAudioSession using the AVAudioRecorder in a cocos2d game that I'm working on. I'm trying to capture mic input using a simple AVAudioRecorder example to detect when the user ...
1
vote
0answers
413 views

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 the headphone jack. I know this new mic is used for noise reduction in calls but it is also used on ...
1
vote
2answers
195 views

How to check the type of inputAvailable in iPad?

I am implementing the sound recording functionality in my iPad app. I want to prompt the user to attach his headphone with microphone for better performance.For this I need to check that whether the ...
1
vote
1answer
379 views

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 when the application goes to the background, sound ...
0
votes
1answer
17 views

Is it possible to add track title to “Now Playing Controls” menu as Music app or ITunesU do?

I'm, creating a player app. I've implemented 'remoteControlReceivedWithEvent:' method and could change playing state by this buttons (apple guide). But when something playing from 'Music' or 'iTunes ...
0
votes
0answers
16 views

How can I test AVAudioSession's beginInterruption on an iPad

I'm developing an iPad application for viewing and listening to media. I am having a little difficulty understanding some of the documentation on AVAudioSession's delegate methods for handling ...
0
votes
0answers
40 views

AVAudioSession delay not work correctly

In my project i have a function that allows me to start a music with a random delay : -(void)playTrack { AudioSessionSetActive(true); // Set up audio session, to prevent iPhone from deep sleeping, ...
0
votes
1answer
33 views

Control AudioSession from code

In my project i have a function that play music -(void)playPlin { AudioSessionSetActive(true); // Set up audio session, to prevent iPhone from deep sleeping, while playing sounds UInt32 category = ...
0
votes
0answers
49 views

AVAudioPlayer stops iPod music when application is launched

I have a problem with AVAudioPlayer. The task is to switch on background music, when iPod music is off and vice versa. The code I've written works fine if the user starts the app, then switches on ...
0
votes
1answer
68 views

AVAudioRecorder records only the audio after interruption

In my application for recording and playing audio using AVAudioRecorder and AVAudioPlayer I came across a scenario in the case of incoming phone call.While the recording is in progress and if the ...
0
votes
1answer
67 views

AVAudioPlayer won't play existing file a second time

I have searched a lot trying to figure this out - the code to me seems ok but the functionality doesn't reflect this. I have a View that is presented (its an Audio Recorder view). You can press ...
0
votes
1answer
64 views

AVAudioSession setActive:NO not resuming ipod playback

In my iOS app, I first start a song in the iPod, then start my app. I push a button in my app, and call AVAudioSession * audioSession = [AVAudioSession sharedInstance]; [audioSession ...
0
votes
1answer
161 views

AudioSession input from bluetooth output to line out or speaker

Once an audio session has been set up the following code allows bluetooth input. UInt32 allowBluetoothInput = 1; AudioSessionSetProperty (kAudioSessionProperty_OverrideCategoryEnableBluetoothInput, ...
0
votes
2answers
347 views

iOS 5 - AVAPlayer not working anymore

I've a bit of code which was working fine with iOS 4.3. I had a look on the Internet, I found others having the same problem without answer which worked for me. I think that I can record something but ...
0
votes
0answers
92 views

AVAudioplayer Dont Work Well in Background

i am trying to play music in background when the device recognize location change. in the forground everything goes well. but in the back ground the music is playing only if the player has already ...
0
votes
2answers
70 views

How to know when AVAudioRecorder stop by saving audio to file successfully?

Record something to the specified file by [[ AVAudioRecorder alloc] initWithURL:_fileURL settings:settings error:&_error]; Need to play the recorded file immediately once stop the recorder and ...
0
votes
0answers
62 views

Recorder is not recording while playing movie in IOS5

We are recording in background while playing a movie. it was working fine for ios3 and 4, but it not working for ios5. we also tried it by changing setting of AudioSession like [[AVAudioSession ...
0
votes
0answers
96 views

iOS / AudioSessions: Route audio IN through the INTERNAL MIC when EXTERNAL headset mic is present?

As it says on the can really: Can I route audio IN through the INTERNAL MIC when an EXTERNAL headset mic is present? If so, how? EDIT: I found this: ...
0
votes
0answers
360 views

Is it possible to force an AVAudioSession to output to the headphone jack even if an HDMI accessory is connected?

Is it possible to force audio through the headphone jack even if an HDMI adatper is connected? I see that iOS 5.0 now has constants for multiple Audio Routes: const CFStringRef ...
0
votes
1answer
98 views

Detect user input using headsets

I'm trying to detect user input (a click) on the headphones connected to an iPhone. So far I've only found how to detect interruptions using AVAudioSession. Is AVAudioSession right or is there ...
0
votes
0answers
261 views

kAudioSessionProperty_AudioRouteChange not called with hardware mute switch on iOS5

While testing my application for iOS5, I noticed that my listener for kAudioSessionProperty_AudioRouteChange isn't called anymore when using the hardware mute switch, although it is called when ...
0
votes
0answers
190 views

AVAudioSession delegate: the AVQueuePlayer seems to continue playback (silently) while the user speaks on the phone

My application uses HTTP live streaming together with AVQueuePlayer. When the playback almost reaches the end of the current song, I use another device to initiate a call. In the begin interruption ...

1 2