Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback of AAC files #30

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments
Open

Playback of AAC files #30

GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 26 Dec 2009 at 12:27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant