I am using the AVAudioRecorder class, available with the 3.0 SDK to record audio in my application. I successfully write to the caf / aiff file. But I would like to record in mp3.
I tried to change some values in the settings dictionary, but all I get is an empty file.
Can I burn to mp3 using AVAudioRecorder
If not, how to transfer caf files from my application to my computer?
Thanks.
From all that I can find in the API documentation, you cannot change the encoder. The only encoder settings that I could find can be changed:
AVEncoderAudioQualityKey; AVEncoderBitRateKey; AVEncoderBitDepthHintKey;
, .
:
http://developer.apple.com/iphone/library/qa/qa2008/qa1615.html
IMA - 4: 1, , 25% . , .
Lossless , 50%.
μLaw aLaw - , 50%, , Lossless.
iLBC.
, MP3-, - .
MP3-. . , .
Source: https://habr.com/ru/post/1711389/More articles:List of potential applications that could open the file - cocoaVisual Studio 2008 Professional build process - unit-testingHTML Posting in ASP.NET Form - asp.net-mvcResolution of html tags in postback - htmlIs a function of interfaces mainly for using functions without knowing how to create a class? - oopBuying in-app without using iTunes Connect? - iphoneParser developers for C # /. NET - c #Почему первая точка с запятой в JQuery ui.core.js? - jquery-uiHow to convert fields in one row to columns? - ms-accessstarting ping with Qprocess, the exit code is always 2, if the host is available or not - c ++All Articles