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 ...
4
votes
4answers
8k views
Server-side AAC audio with Android
As I understand it, Android will only play AAC format audio if it's encoded as MPEG-4 or 3GPP.
I'm able to play AAC audio encoded as M4A when it's local to the app, but it fails when obtaining it ...
4
votes
2answers
3k views
Looking for open-source library for editing AAC metadata (M4A files)
I'm looking for an open-source library for editing AAC metadata in M4A files (as appearing in iTunes). Specifically, I need to be able to add an album art tag. It should be something similar to ...
3
votes
3answers
2k views
What is the easiest way to wrap a raw .aac file into a .m4a container
This question is overflow from the following question:
http://stackoverflow.com/questions/70096/how-do-i-programmatically-convert-mp3-to-an-itunes-playable-aacm4a-file
Anyway, I learned how to ...
1
vote
2answers
1k views
How can I get AAC encoding with ExtAudioFile on iOS to work?
I need to convert a WAVE file into an AAC encoded M4A file on iOS. I'm aware that AAC encoding is not supported on older devices or in the simulator. I'm testing that before I run the code. But I ...
1
vote
1answer
260 views
iPhone - How to convert aiff audio files into aac?
I'm developing an iphone app that records audio, right now it records aiff files, I need to convert these files to aac... any idea how to do this?
0
votes
2answers
67 views
Converting AAC audio format to M4A
I am in need of a library which could convert an AAC audio stream to M4A. We are facing problems while playing AAC on a HTC Desire with android 2.3.3, we get this error:
...
0
votes
0answers
48 views
Packing RAW AAC into m4a container?
I have an Android app using FAAC to convert raw PCM into raw AAC, but now I don't know how it can be packed into m4a container.
I've searched on the net and found a lot of info, but none of them ...
0
votes
0answers
121 views
What is the name of Gstreamer plugin used to decode .m4a audio file? [closed]
I working on a client server model based on Gstreamer but I am not able to find out any plugin which will decode that .m4a audio.If anyone know PLEASE specify it here.
0
votes
2answers
4k views
flash audio player for m4a (AAC) audio file embedded in html
I'm looking for a (free) flash player that I can embed in my site and use to play a .m4a (.mp4 with AAC audio) file that will be obtained using a URL (i.e. it's not local to the server hosting the web ...
0
votes
3answers
256 views
What's in a name? .aac V .m4a? aac->Works on website quicktime. m4a->works on iPad
What is the difference between an .aac file and an .m4a file? If I just change the file extension of an audio file recorded and then converted into "AAC" between .aac/.m4a it drastically affects how ...