I need to make an app that sends recorded audio in .wav format to a REST endpoint. I will be using AFNetworking
for the POST, but I am not sure where to go with recording the audio and then converting it. I know I should use AVFoundation
to record, but I am not sure how to convert. Would CoreAudio
help?
Asked
Active
Viewed 861 times
1

Paulius Dragunas
- 1,702
- 3
- 19
- 29
-
Why Converting ? Record in ".wav" format – srinivas n Oct 17 '14 at 02:46
-
Check this post http://stackoverflow.com/questions/12435683/ios-audio-recording-file-format – srinivas n Oct 17 '14 at 02:46