Questions tagged [avaudiosessiondelegate]

5 questions
5
votes
1 answer

reacquisition of microphone in background in iOS

I am trying to acquire microphone while the app is in the background. I am using audio unit technology and able to record audio while in background. But once my AudioSession gets interrupted, I am unable to restart the AudioSession with app in the…
user868643
  • 281
  • 4
  • 11
1
vote
1 answer

Handling Interruptions With AVAudioRecorder

I am using an AVAudioRecorder to check the volume level and accordingly update a UIImageView. However, when I hold the home button down for Siri or when the device receives a phone call, the UIImageView is not updated anymore. This is my current…
1
vote
0 answers

AVAudioSessionDelegate beginInterruption is not called iOS 6.0.1

I am creating an iPhone application with music player. I used AVPlayer for creating music player. The issue is beginInterruption method is not called in iOS 6.0.1 when a phone call arrives. But endInterruptionWithFlags:flags called. In lesser…
Mithuzz
  • 1,091
  • 14
  • 43
0
votes
0 answers

Input from bluetooth output to iPhone native Jack ios

I am working on an application. the scope of the application is to take input audio via Bluetooth microphone and output audio should go to the iPhone Native Jack. I was working with AVAudioSesion class Using Following code:- UInt32…
0
votes
1 answer

Automatically detect that there is no sound AVrecorder

I want to detect the sound while recording that. If the sound stops for 2-3 seconds then the recording should stop automatically. is there any way? I had done recording :- NSArray *dirPaths; NSString *docsDir; dirPaths =…
ios developer
  • 3,363
  • 3
  • 51
  • 111