An Objective-C interface for recording audio data written by Apple. Used to provide audio recording functionality to applications written on Apple's OSX and iOS Platforms.

learn more… | top users | synonyms

0
votes
1answer
18 views

save recorded voice permanently in a way such that it can be accessed only from that particular application

how to save voice recorded using AVAudioRecorder permanently in a way such that this voice is available only to that particular application?
0
votes
1answer
31 views

Cant play MPMoviePlayerController and record via AVAudioRecorder at the same time?

I am trying to play a video in a small area of the screen and record the user's singing at the same time. however it seems the recording is not successful. i have added some code for you to point out ...
0
votes
1answer
29 views

AVAudioRecorder cutting off recordings

I have an app that uses AVAudioRecorder and AVAudioPlayer. It records and plays fine but sometimes recordings get cut off right around the one minute mark. This doesn't happen all of the time and when ...
1
vote
1answer
24 views

how to encode artist name image to audio recording in ios

I am working for Music app in that one of the feature is recording user voice and playback the same. So far all things are in control. Yesterday I got a crazy thought in my mind and straightway I ...
1
vote
1answer
21 views

AVAudioRecorder with mac mini micro

I want to use AVAudioRecorder on my mac mini. But there is no microphone input jack. I think I should buy earpods to use AVAudioRecorder. Maybe these : ...
0
votes
0answers
14 views

Can i record an audio file playing in AVAudio player using AVAudio recorder?

i'm trying to record an audio with an increased playback speed... at present i can play the audio in that format...but cant save the audio file. just want an audio file jus the way i hear it...no ...
0
votes
1answer
35 views

ios - Recording Audio After VIdeo play

I can't record audio after playing a video, if I record before playing the video no problem but then I have to close the application to record again. I can't record audio after playing a video, if I ...
1
vote
0answers
39 views

AVAudioRecorder on jailbroken iOS

I have successfully been running this AVAudioRecorder example through a regular XCode based project. I would like to record from a daemon application running on a jailbroken device and tried to ...
0
votes
0answers
35 views

Want to change the pitch of sound of recorded video in iPhone

I want to change voice(Audio) of recorded video file. I recorded video from AVCapturesession and AVCaptureMovieFileOutput. While playing I want to change the sound of that video file like as Tom(cat) ...
0
votes
2answers
48 views

Can I use AVAudioRecorder with an external mic?

Sorry if this question is obvious or duplicated. My 30 minutes of research led me nowhere. We have an iPhone app that live streams video from the device to our remote Wowza servers. We're looking ...
0
votes
1answer
32 views

My iOS app broke my iPhones recording capabilities, should I worry?

I'm a bit of a newbie in iOS programming, and have recently tried out some stuff with AVAudioRecorder and AVAudioPlayer, and happend on some strange bugs. Basicaly what happened was that my app ...
0
votes
2answers
85 views

After recording audio and save to document directory unable to play audio file with AVAudioPlayer

I'm working on application which has record audio and play that recorded file which is store in document directory. Here is my code: Record button method. (IBAction)stopButtonPressed:(id)sender{ ...
1
vote
0answers
59 views

AVAudioRecorder stop method iOS 6.1.x issue

in my app, when I want to stop an audio recorder, works fine for iOS 5 an 6.0.x [self.audioRecorder stop]; calling to the method audioRecorderDidFinishRecording But in iOS 6.1.x, doesn't. The app ...
1
vote
0answers
22 views

Record audio while playing a sound

Is it possible to record audio using AVAudioRecorder and play another audio file with AVAudioPlayer at the same time ?
0
votes
0answers
37 views

AvAudioRecorder record to AsyncSocket NSData

Hey everyone I am having quite a time trying to figure out what (should be) pretty straight forward. I have an open socket and I just want to pipe AAC audio data captured from the mic to it. It seems ...
0
votes
0answers
68 views

Unable to see red status bar when recording in background using AVAudioRecorder

I am trying to record in background. I see a red bar in background when I use audiounit technology. But, I don't see a red bar when I use AV Foundation framework (AVAudioRecorder). I have "App plays ...
2
votes
2answers
42 views

Create 2 second audio files while recording with AVAudioRecorder

i am using AVAudioRecorder to record the iphone input. i need to create a file from the recored every 2 seconds (while recording) without damaging the main file i am recording. Example: lets say i ...
0
votes
2answers
103 views

Record and Play using AVAudioRecorder and AVAudioPlayer

I am creating an app in which user can record and play the recorded file. I am able to record and play as well, but the problem I am facing is that while playing(listening) the recording, if user ...
1
vote
0answers
49 views

Objective C AVAudioRecorder with Dictation

I've been trying to make the AVAudioRecorder work with iOS dictation. What I have done so far was to start the AVAudioRecorder first then the user with press the mic button on the keyboard to start ...
0
votes
1answer
50 views

Audio recording formats in iphone?

I want to record audio in my iphone app, I found that the recording format is AAC what are the other formats I can do record, How to record audio in MP3 format, is there any tutorial for that ?
1
vote
0answers
61 views

AVAudioRecorder writes malformed file?

This code worked, but when I moved to iOS 6 it stopped supporting mp4. I prepare write NSArray *dirPaths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString ...
0
votes
0answers
27 views

Playing of recorded video without glitces

I had recorded the audio file: NSDictionary *recordSettings = [NSDictionary dictionaryWithObjectsAndKeys: ...
1
vote
0answers
63 views

play recorded audio without glitches

I had recorded the audio file: NSDictionary *recordSettings = [NSDictionary dictionaryWithObjectsAndKeys: ...
0
votes
0answers
53 views

Error level for averagePowerForChannel - iOS

Does anyone know what is the error in respect dB level measurement with averagePowerForChannel: method (AVAudioRecorder class) in iOS? I was looking for it on Apple Developer's site but I didn't find ...
0
votes
0answers
35 views

Recorded file with AvRecorder with glitches

I had try to use below settings for AVaudioRecorder but have some glitced when i tried to play that file through avaudiorecoder:- 1) NSDictionary *recordSettings = [NSDictionary ...
0
votes
0answers
21 views

Issues with detecting the averagePower from SCListener

I am fetching the averagePower from SClistener by implementing this:- Float32 vloume = [[SCListener sharedListener] averagePower]; Then after some timeinterval there i record the sound by ...
0
votes
0answers
38 views

DiracAudioPlayer finish the duration of audio

I am using DiracAudioPlayer in my application. I had played the video by :- mDiracAudioPlayer = [[DiracAudioPlayer alloc] initWithContentsOfURL:[NSURL URLWithString:soundFilePath] channels:1 ...
0
votes
0answers
57 views

recording file by using AVAudioRecorder with not good quality

I had used the setting as :- NSDictionary *recordSettings = [NSDictionary dictionaryWithObjectsAndKeys: [NSNumber ...
0
votes
1answer
32 views

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; ...
0
votes
0answers
120 views

AvAudiorecorder not functioning properly in ios 5.1.1 iPhone4

I am working on audio recording feature in my app. I am using below code - -(void)startAudioRecorder:(NSError**)error{ AVAudioSession *audioSession = [AVAudioSession sharedInstance]; ...
0
votes
1answer
47 views

AVAudioRecoder,decrease recorded audio file memory

I am using AVAudioRecorder to record audio,currently recording it for 10 secs,and audio was recorded sucessfully,saved it in local directory,now that audio for 10 secs takes memory of 1.8 MB,how can i ...
1
vote
1answer
78 views

Record the sound and play the same sound at same time in iphone

I want to record the sound and play the same sound through my application at same time. Had recorded the sound :- NSString *soundFilePath = [docsDir ...
0
votes
1answer
113 views

Record the sound through AVAudioRecorder

I want to record the sound and want to save the recorded file into document directory:- Had done Like:- [[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryRecord ...
0
votes
0answers
158 views

record on non-silence and stop recording and play recorded sound in cocos2d

how to record sound on detecting sound and stop recording and play recorded sound on silence. I use this tuorial ...
0
votes
1answer
108 views

Recording voice in background using AVAudioRecorder

I'm trying to record user voice in background using AVAudioRecorder but every time i get NO while calling recordForDuration method. I add "audio" to UIBackgroundModes but this don't help. By the way, ...
0
votes
1answer
93 views

Objective - C, how do I crop .caf file?

I've recorded sound into .caf file using AVAudioRecorder. I want to cut/trim first 2 seconds of this file. How to do that? (I've spent hours to find the solution, but no luck)
0
votes
1answer
58 views

AVAudioRecorder and AirPlay Mirrioring

When I have an AVAudioRecorder Session active - (when I'm recording audio) I can't activate AirPlay mirroring on the device. Airplay mirroring just deactivates while the app is running and switches it ...
0
votes
0answers
41 views

AVAudioRecorder mime type is application/octet-stream

as title says, when i use AVAudioRecorder to record file i always get file with mime type of application/octet-stream,i didn't forget to set AVFormatIDKey
0
votes
1answer
78 views

ios , get float level mic updateMesters when mic is recording audio

here is my code for recording now how can get the level sound input in mic by sample UIlable float number i think i will use this function but how can i use this in rec.h & rec.m file ...
0
votes
0answers
137 views

Compress CAF audio file iOS

I am working in iPad app thats need to send .caf audio files to a server. The maximum file size is 2MB. There is a way for compress this file for send to server? For record audio I use this settings: ...
0
votes
0answers
130 views

ios - Play and Record audio at the same time (audioRecordDidFinishRecording Latency !)

In my app, after i start playing the metronome, i'm trying to record this metronome for 2 sec. (1 scale, 4/4, 60bpm) I use 'avaudioplayer' for metronome play and 'avaudiorecord' for recording. I ...
1
vote
1answer
89 views

Re-recording with AVAudioRecorder

I can record with the setup below - it works first time, but then when I try again the file is always 8192 bytes, i.e. not a correct recording. -(void) startRecording { NSDictionary *settings = ...
0
votes
1answer
85 views

Mac-AVAudioRecorder Select Microphone

In an Application I record audio from the microphone using AVAudioRecorder. I would like the user to be able to choose the microphone/recording settings they want to use, not just use the defaults ...
2
votes
2answers
180 views

Can not play recorded audio file from android in iOS 5+

I am working on android app which also supports iOS. I want to record the audio & play it in Android as well as in iOS devices. I am recording audio in android using following settings ...
0
votes
2answers
56 views

Timer based if statements with variables

I have a timer setup that is triggering and reading the iPhone mic input level. I have some if statements that say if the incoming volume is "this" then change the views background color to "this". ...
0
votes
1answer
55 views

Audio recording meter similar to apple voice control meter iphone

I am an IOS developer and wanna replicate the recording effect of iPhone voice control app within my audio recording app. any help will be greatly appreciated.
1
vote
0answers
84 views

Using AVAudioRecorder to record m4a then putting that sound file in a .plist file

First of all, I can't even get a .plist to work as I believe it should below. I am just trying to write an NSNumber and retrieve it self.paths = ...
1
vote
1answer
114 views

Mixing two CAF file together [closed]

I have a problem here, in mixing of two CAF file. First CAF File -> Fetching via a given url from server side Second CAF File -> Recording with AVAudioRecorder Fetch File Size - 10 sec Recording ...
0
votes
0answers
204 views

How to record sound and iPad screen

I need to record the sound of a person and the video of the screen while he is interacting with my iPad app. He will be narrating what he sees in the app and if he understands what is going on. I ...
1
vote
0answers
103 views

Xcode - AVAudioPlayer redirect output to input AVAudioRecorder

I have an app that allows a user to record a guitar solo over a playing chord pattern track. The problem is, the chord pattern track is a 12 second audio file set to loop in AVPlayer. The user will ...

1 2 3 4 5 7