android-aac-enc icon indicating copy to clipboard operation
android-aac-enc copied to clipboard

Modify for streamining conversion

Open 4ntoine opened this issue 13 years ago • 2 comments

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

4ntoine avatar Jan 29 '13 14:01 4ntoine

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!

timsu avatar Jan 29 '13 20:01 timsu

Is that AAC LC ?

bigger945 avatar Jun 19 '13 01:06 bigger945