2
votes
4answers
723 views
How to programatically combine two aac files into one?
I'm looking for a cat for aac music files (the stuff iTunes uses).
Use Case: My father in law will not touch computers except for audiobooks he downloads to his iPod. I have taugh …
2
votes
5answers
2k 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 …
1
vote
4answers
1k views
How do I create a Kindle and iPod-compatible audiobook file with section markers?
I've looked for references on the Audible format, and it appears that people are only interested in cracking/converting out of it. I've got a collection of MP3 files that I want t …
1
vote
1answer
695 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 somet …
0
votes
2answers
196 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 w …
0
votes
2answers
108 views
What are the ways to convert/encode to AAC in Cocoa?
Is there a way to programmatically convert and/or encode to AAC/m4a format in Cocoa without the use of any libraries or programs that don't ship with Mac OS X?
I don't want to use …
0
votes
1answer
106 views
Creating ADTS frame on iPhone… problem
Hello all,
I am getting raw aac data from web stream and try to put it in ADTS frame in order to play it on iPhone.
It works for 10 seconds then sound stops and restart but seems …
0
votes
3answers
1k views
Best he-aac encoder on linux ?
I need an encoder that can convert mp3 files to he-aac (aka aac+).
So far the best one I have found is nero aac encoder .
I have two problemes with it :
- Only one input format …
0
votes
2answers
350 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 …
