This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
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 have followed a sample code for the above, everything seems to be working fine without a single error, the voice file (.caf) is created successfully.
I am currently using Matt Gallagher\'s AudioStreamer (which works great!) b开发者_如何学Gout when I try to stop the playback and completely remove the streamer, my recording fails. I am unable to get
I\'m using AVAudioRecorder and able to record voice of the user. But开发者_JAVA百科 how can I countinue recording the voice when the app goes to background also?Honestly, it is allowed, you should set
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 i
I need to record audio stream with iPhone mic. I am using AVAudioRecorder from this thing. I initialize AVAR in init:
How to record sound and sa开发者_如何学Pythonve to file (after that play it)? I need small-size file (as smaller is better) without reduction of bitrate. How can it be implemented on iPhone?Hello take
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 pl
I am developing an iphone app with the capability of recording voice using AVAudioRecorder.Currently I开发者_开发百科 am saving the notes in TemporaryDirectory()