I am trying to compare two .caf files on the basis of some parameter, say maximum decibels or duration of files. I have recorded these two files using the AVAudioRecorder class using the following set
I\'m using AVAudioRecorde开发者_JAVA技巧r 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
Ok. I think I\'m missing something here and I\'m new to Core Audio but I have scoured the Apple documents and the rest of the web to no avail. I\'ve also posted this same question to the apple dev for
I have a AVAudioRecorder, which gets initialized like: _recorder = [AVAudioRecorder alloc]; NSMutableDictionary *recordSettings = [[[NSMutableDictionary alloc] initWithCapacity:2] autorelease];
I am trying to record the audio using AVAudioRecorder. My problem is i want to play the file while it is being recorded. Is there any way i can do this? I have set the category to PlayAndRecord. I hav
Is there any way to let\'s say, user clicks a button, and then he needs to say something to the mic, but only after he finishes to talk to the mic, th开发者_高级运维e app will wait 5 seconds, and then
I\'ve got an app that records audio.开发者_运维问答I\'m wondering how I can increase the gain.is there a way to normalize the audio or amplify it somehow?
i have been troubled about audio problem for several days. i don\'t think OpenAL get along with AVAudio functions.
I want to initialize a AVAudioRecorder with a aac file format, but it doesnt work... Whats wrong with the following code?
I want to initialize a AVAudioRecorder with the aac Format. To do so, I use the following code: soundFilePath = [soundFilePath stringByAppendingPathExtension:@\"aac\"];NSURL *url =