android-aac-enc
android-aac-enc copied to clipboard
Modify for streamining conversion
Please add encode method with input and output streams parameters for encoding in real time
You can do that if you like :+1:
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 ?