avaudiorecorder
combine two .caf audio files into a single audio file in iphone
I am using AVAudioRecorder for recording audio in .caf format. When the user will resume this recording the new recording must append with the old recording. So how can i combine two .caf audio开发者_[详细]
2023-03-08 03:26 分类:问答UIProgress View in Recording app
I am adding uiprogreesView in recording app.When I tap start recording button It willtake few seconds to start recording and my progress view starts ,I also manged uilabels to get the recorded time.Bu[详细]
2023-03-07 13:39 分类:问答AVAudioPlayer keeps crashing at this line? (initializing)
My AVAudioPlayer keeps crashing at the error:nil line: AVAudioRecorder *tempRecorder = [[AVAudioRecorder alloc][详细]
2023-03-06 01:38 分类:问答iPhone - Recording audio played only by app
I\'m creating some applicatio开发者_Go百科n that plays sounds like piano, drums etc. I have a recording feature in that. Its recording well and good. I\'m using AVAudioRecorder.[详细]
2023-03-04 18:07 分类:问答Converting audio to text [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-04 12:58 分类:问答avaudiorecorder distorts sound when played after recording
i have used an avaudiorecoder to record user\'s voice. it records it but when i play it the sound is crackled. any help regarding this will be appreciated..... following the code of my recorder\'s set[详细]
2023-03-03 19:15 分类:问答Can we write the audio buffer in to a file that we get as part of Remote IO callbacks?
Can we write the audio开发者_StackOverflow社区 buffer in to a file that we get as part of Remote IO callbacks?[详细]
2023-03-03 14:37 分类:问答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.[详细]
2023-03-02 10:09 分类:问答iPhone: Recognize the human voice accurately
I am developing an application where I need to recognize human(to be precise baby crying) voice. I referred following articles for开发者_运维技巧 recording sound on iPhone microphone and sample it.[详细]
2023-02-27 09:47 分类:问答Setting a time limit when recording an audio clip?
I looked for search terms along the lines of the post title, but alas.. I am building an iPhone app using AVFoundation.开发者_StackOverflow[详细]
2023-02-27 03:06 分类:问答