Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

36
votes
4answers
6k views

AVAudioRecorder is broken on iOS 5

I use AVAudioRecorder to record, it worked fine on iOS 4 devices, but yesterday we found out recording is broken on iOS5. Using the iPhone 5 simulator I got following error: 2011-08-02 ...
8
votes
1answer
6k views

Proper AVAudioRecorder Settings for Recording Voice?

I am adding a voice memo capability using AVAudioRecorder and I need to know the best settings for the recorder for recording voice. Unfortunately, I know nothing about audio to the extent I am not ...
6
votes
4answers
1k views

how to resume recording after interruption occured in iphone?

I am working on an audio recorder application, it is working perfectly fine. But I'm stuck with the problem of interruption. When a call comes, - ...
4
votes
2answers
591 views

AVAudioRecorder doesn't write out proper WAV File Header

I'm working on a project on the iPhone where I'm recording audio from the device mic using AVAudioRecorder, and then will be manipulating the recording. To ensure that I'm reading in the samples from ...
4
votes
2answers
1k views

How to record and play sound in iPhone app?

I tried using AVAudioSession and AVAudioPlayer to record and play sounds respectively but the sound volume is very low. I tried putting volume value of AVAudioPlayer to 1.0 and more but didnt help ...
4
votes
2answers
745 views

How can I append to a recorded MPEG4 AAC file?

I'm recording audio on an iPhone, using an AVAudioRecorder with the following settings: NSMutableDictionary *recordSettings = [[NSDictionary alloc] initWithObjectsAndKeys: [NSNumber ...
4
votes
2answers
2k views

iPhone SDK: AVAudioRecorder metering — how to change peakPowerForChannel from decibel into percentage?

The AVAudioRecorder in the iPhone SDK can be used to get the peak and average power for a channel, in decibels. The range is between 0db to 160db. What is the calculation used to convert this into a ...
3
votes
1answer
251 views

AvAudioRecorder settings configuration help

I want to record a .caf file then send it as a mail attachment and pick it up on my mac. The problem is the caf file is not playable outside my app, only in my app. What setting do i have to use to ...
3
votes
3answers
448 views

AVAudioPlayer and AVAudioRecorder: Delegate Methods not Called

My delegate methods audioRecorderDidFinishRecording and audioPlayerDidFinishPlaying are not being called. Those methods should trigger a 'stopanimation` method that stops an animation after recording ...
3
votes
1answer
880 views

Audio recording and wave form drawing on ios

I'm recording audio using AVAudioRecorder and after recording I want to draw a wave form of the recorded audio. I've found a nice article about wave form drawing, but it first I need the frequencies ...
3
votes
3answers
1k views

How to increase volume of sound recorded using AVAudioRecorder

I am using the link mentioned below to record audio through my iPhone app: How do I record audio on iPhone with AVAudioRecorder? When I try to play my recordings using AVAudioPlayer on my device, I ...
3
votes
2answers
460 views

iPhone SDK: AVAudioRecorder will not record after calling [AVPlayer play]

I have a view controller that uses AVPlayer. this view controller can load a modal view controler where the user can record audio using AVAudioRecorder. this is what happens: if the user plays the ...
3
votes
2answers
462 views

AVAudioRecorder / AVAudioPlayer - append recording to file

Is there any way to record onto the end of an audio file? We can't just pause the recording instead of stopping it, because the user needs to be able to come back to the app later and add more audio ...
3
votes
1answer
602 views

AVAudioRecorder won't record IF movie was previously recorded & played

My iPhone app uses "AVAudioRecorder" to make voice recordings. It also uses "UIImagePickerController" to record movies and "MPMoviePlayerController" to play movies. Everything works fine until I do ...
3
votes
1answer
1k views

Routing iPhone Audio Sound

I have an app which does listen and play sound at the same time. By default, the sound output goes through the earphone. So I use the following code to route it through the speaker: UInt32 ...
3
votes
2answers
2k views

Sample rate for iPhone audio recording

What's the lowest optimal sample rate for audio recording on iPhone while still yielding good file size? Currently I am using 44.1kHz but it produces file that's way too big.
3
votes
2answers
973 views

Combining Audio Files as One Properly on iPhone with NSData

I am using AVAudioRecorder to save an audio file every 15 seconds by stopping the recording appending that data to the previously recorder file using a NSMutableData object and using the appendData ...
3
votes
1answer
3k views

How to get AVAudioPlayer output to the speaker

I'm recording audio with AVAudioRecorder as seen in http://stackoverflow.com/questions/1010343/how-do-i-record-audio-on-iphone-with-avaudiorecorder/1011273#1011273 I then use AVAudioPlayer to play ...
2
votes
1answer
94 views

How do I measure sound pressure using the iPhone internal microphone?

I want to measure the loudness of ambient sound. Having read a number of posts on stackoverflow I feel more confused than I was originally. Im not a sound engineer just a programmer. I think I need ...
2
votes
1answer
80 views

Circular Buffer Audio Recording iOS: Possible?

A client of mine wants to continually record audio and when he clicks submit he wants to submit the last 10 seconds only. So he wants a continual recording and only keeping the last x seconds. I ...
2
votes
1answer
151 views

How to get array of float audio data from AudioQueueRef in iOS?

I'm working on getting audio into the iPhone in a form where I can pass it to a (C++) analysis algorithm. There are, of course, many options: the AudioQueue tutorial at trailsinthesand gets things ...
2
votes
1answer
271 views

ios stream mp3 and record sound

problem: cannot record sound after streaming audio over http. The problem which I am having is that I can no longer record sound after streaming mp3 using this guide: ...
2
votes
3answers
306 views

AVAudio detect note/pitch/etc. iPhone xcode objective-c

I'm making an app on the iphone and I need a way of detecting the tune of the sounds coming in through the microphone. (I.e. A#, G, C♭, etc.) I assumed I'd use AVAudio but I really don't know and I ...
2
votes
1answer
123 views

Audiorecorder on matlab for Macintosh

Most functions for audiorecorder are only supported for the windows version. I have a 4-microphone array and i want to use each one separately. But i cannot specify the deviceID as it is not supported ...
2
votes
1answer
300 views

Record AMR Files on the iPhone

I've been using AVAudioRecorder to record audios on the iPhone, but the file is too large to upload to the server on an EDGE network. I found that If I could compress the audio to AMR format, the size ...
2
votes
2answers
348 views

AVAudioRecorder meter delay on iPad

I am having trouble getting an accurate meter reading from the AVAudioRecorder (testing on iPad). It seems to work fine while the volume is rising, however a delay happens when the volume drops. For ...
2
votes
1answer
415 views

Confusion with meters in AVAudioRecorder

Simply put, I'm trying to lip-sync something based on the decibel reading from the mic input stream of an iPhone, and the values I'm getting aren't quite what I'm after. I'm using AVAudioRecorder's ...
2
votes
2answers
792 views

iPhone SDK AVAudioRecorder delay before recording

I'm using the AVAudioRecorder to grab audio from the microphone. The problem i'm facing is this: the first time I start recording there is a 2 second delay between when I tell the recorder to start ...
2
votes
2answers
485 views

How to resume a recording using AVAudioRecorder?

I am writing an application that uses the AVAudioRecorder class. It works great except for when a phone call comes in. I am handling this per apple's guidelines of using the AVAudioRecorderDelegate ...
2
votes
1answer
303 views

AVAudioRecorder freezes when paused too many times before a stop

I have noticed that AVAudioRecorder (iOS) hangs when I pause and resume 8 or more times during the recording. On the simulator it hangs indefinitely, and on the device I get this errors: ...
2
votes
1answer
388 views

Converting a sample rate of audio file iPhone

I'd like to change the pitch of an audio file by changing the sample rate programmatically. I am recording the file using AVAudioRecorder. I have noticed a settings parameter within AVAudioPlayer, ...
2
votes
0answers
171 views

Monitor iPhone's mic level without pausing iPod

I'm using AVAudioRecorder to get the current level of the microphone, but it pauses any iPod music that's playing and won't let the user unpause it. Is there a way of getting the two to work together? ...
2
votes
1answer
509 views

recorder works on iPhone 3GS but not on iPhone 3G

I have a AVAudioRecorder, which gets initialized like: _recorder = [AVAudioRecorder alloc]; NSMutableDictionary *recordSettings = [[[NSMutableDictionary alloc] initWithCapacity:2] autorelease]; ...
2
votes
1answer
544 views

OpenAL doesn't work when using AVAudioRecorder and AVAudioPlayer

i have been troubled about audio problem for several days. i don't think OpenAL get along with AVAudio functions. i have my own OpenAL class. ( wrapped the MyOpenAL class ) my app start to record ...
2
votes
3answers
1k views

AVAudioRecorder Memory Leak

I'm hoping someone out there can back me up on this... I've been working on an application that allows the end user to record a small audio file for later playback and am in the process of testing ...
2
votes
1answer
2k views

iPhone - show audio record feedback using AVAudioRecorder

I am using the AVAudioRecorder class to record to a wav file. I would like to implement a recording feedback (like the SpeakHere example) which shows the recording level. I did go through the ...
2
votes
2answers
807 views

iPhone - combine two wav/caf files into one

Is it possible to combine two wav files into one as if they've been played simultaneously? I need to do this programatically. The only way I found till now is to play both simultaneously and record ...
1
vote
0answers
70 views

Can AVAudioRecorder be used to record audio coming from your iOS app?

I'd like to record the audio coming from my iPhone app. So after the background music and sound effects are mixed I'd like to sample the audio before it's played from the device's speakers (or ...
1
vote
1answer
123 views

4 second lag in AVAudioRecorder record

I'm using AVAudioRecorder to record audio but I'm experiencing a 4 second delay between button press and beginning to record. Here's my setup code: NSDictionary *recordSettings = [NSDictionary ...
1
vote
1answer
192 views

Getting FLAC format file iPhone

I want to record voice and after that get .flac format file, can I save recorded sound as flac? If yes - how to do it? I have tried, but only .caf available..
1
vote
1answer
111 views

AudioStreamer and AVAudioRecorder don't work together

I am currently using Matt Gallagher's AudioStreamer (which works great!) but when I try to stop the playback and completely remove the streamer, my recording fails. I am unable to get something to ...
1
vote
1answer
400 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
3answers
155 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
392 views

Combine two audio files together and play them in iPhone

I do not want any code but want to get a reference about my question mentioned below... There is background music available and there is recording option in my app... Once I start recording , ...
1
vote
2answers
468 views

Detect a blow into the microphone

For a project of mine I need to detect when the user blows into the mic. I've following this tutorial: http://www.mobileorchard.com/tutorial-detecting-when-a-user-blows-into-the-mic/ and this ...
1
vote
2answers
294 views

The record file having a lot of noise after recording

I am using this code for record setting but still i have some issue. can any help me to short out this issues.. NSMutableDictionary *recordSetting = [[NSMutableDictionary alloc] init]; ...
1
vote
1answer
154 views

Converting audio to text [closed]

I would like to implement a project in which the recorded audio s converted into text. I could do this using mturk where the recorded audio is uploaded and stored some where in cloud and the link is ...
1
vote
1answer
189 views

Can we write the audio buffer in to a file that we get as part of Remote IO callbacks?

Can we write the audio buffer in to a file that we get as part of Remote IO callbacks? Is recording and storing the recordings to a file restricted to AVAudioRecorder? NEED A NEW TAG:: remote-io
1
vote
1answer
204 views

Using AVAudioRecorder.ToUrl() with MonoTouch 4.0.1 return null

For the last 2 years, I'm using the next code to init an audio recorder object, and everything has been fine. ar = AVAudioRecorder.ToUrl(url, settings, out errorRecorder); ar.MeteringEnabled = ...
1
vote
0answers
189 views

Recording from microphone and play it out in real-time, like an amplifier

I'm new to audio processing. Now I'm working on a iOS project that needs to record from microphone and play out in real-time, like an amplifier. I was trying to do this by using AudioQue, and found ...

1 2 3 4