文件名称:Android代码-android-aac-enc
文件大小:1.08MB
文件格式:ZIP
更新时间:2022-08-25 23:08:30
Android代码
Android AAC Encoder project Extraction of Android Stagefright VO AAC encoder with a nice Java API. In addition, includes a patched MP4Parser Java library for wrapping AAC files in an MP4 container to produce M4A audio files playable by Google Chrome and Apple QuickTime. This project is set up as a single Eclipse project with a Main.java example activity. AAC encoding logic is found in jni/aac-enc.c, which needs to be built with the Android NDK. I used NDK r7c, but any version should work. For mo