Tagged Questions

5
votes
6answers
7k views

How do I programmatically convert mp3 to an itunes-playable aac/m4a file?

I've been looking for a way to convert an mp3 to aac programmatically or via the command line with no luck. Ideally, I'd have a snippet of code that I could call from my rails app that converts an ...
1
vote
1answer
289 views

How to resolve “Hardware In Use” issue (error code: 'hwiu')?

I have created an iPhone app with recording with AudioUnit, Conversion, Audio Editing and Merging parts. I done everything except Conversion. This app will work only in iOS 4 or higher. I tried to ...
0
votes
2answers
459 views

How to convert WAV file to M4A?

Is there any way to convert my recorded .WAV file to .M4A file in iOS? And also I have to convert .M4A file to .WAV file. I tried with Audio Queue Services, but I am not able to do.