This tag should be used for questions related to the AVAudioRecorder class found in Apple's AVFoundation framework.
I'm using AVAudioRecorder to record audio from the iphone's mic but I want to discard the silence periods: start recording …
ios avaudiorecorderI am trying to record audio on the Device using AVAudioRecorder. That file is transmitted to a web server and …
ios ipad audio xamarin.ios avaudiorecorderWhat's the lowest optimal sample rate for audio recording on iPhone while still yielding good file size? Currently I am …
iphone avaudiorecorderI want to know when my AVAudioRecorder is inaccessible (e.g when music starts playing). As audioRecorderEndInterruption will be deprecated …
ios avfoundation interrupt avaudiorecorder avaudiosessionI have found a list of the different values (Audio Data Format) at http://developer.apple.com/library/ios/#documentation/…
ios avaudiorecorder avaudiosessionAlready I have created an iPhone application to record. It will record in .caf file. But I want to record …
iphone avaudiorecorder m4aI'm making an app on the iphone and I need a way of detecting the tune of the sounds coming …
iphone objective-c audio avaudiorecorderi'm having some issue with AVFoundation framework. I wrote a demo app to record audio, play it, and calculate decibels, …
avfoundation avaudioplayer ios7 avaudiorecorder xcode5I tried using AVAudioSession and AVAudioPlayer to record and play sounds respectively but the sound volume is very low. I …
iphone ios4 avaudioplayer avaudiorecorderI am developing an iOS app wherein I should be able to record a sound, save it to the filesystem …
iphone avaudioplayer avaudiorecorder