iolsen / harmonium

Automatically exported from code.google.com/p/harmonium
GNU Affero General Public License v3.0
0 stars 0 forks source link

Playback of AAC files #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Recoding AAC to MP3 on the fly so that it will play on a TiVo is relatively
easy and can be accomplished using other open source DLLs. All you need is
the MP4 demuxer from the MPEG4IP project, the FAAD2 AAC decoder and the
LAME MP3 encoder. All of them are cross platform and have simple APIs you
can use.

I'm not much of a Java guy or I'd do it myself. However I have used these
libraries in C++ projects to accomplish transcodes and it wasn't that
difficult.

Original issue reported on code.google.com by dan...@gmail.com on 26 Dec 2009 at 12:27

GoogleCodeExporter commented 9 years ago
We'll also need to read tag data from AAC files, but that's probably the easy 
part,
relative to the transcoding.  AAC support has been a popular request, I'd 
definitely
like to have it eventually.

Original comment by ian.ol...@gmail.com on 26 Dec 2009 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by ian.ol...@gmail.com on 1 Jan 2010 at 6:25