timsu/android-aac-enc

Modify for streamining conversion

4ntoine opened this issue · 2 comments

Please add encode method with input and output streams parameters for encoding in real time

You can do that if you like 👍

You would have to modify the JNI C code to read from the stream and produce an output stream. The AACToM4A class automatically reads from an InputStream. You would then just have to hook up the streams. Good luck!

Is that AAC LC ?