Modify for streamining conversion
4ntoine opened this issue · 2 comments
4ntoine commented
Please add encode method with input and output streams parameters for encoding in real time
timsu commented
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!
jiang11958 commented
Is that AAC LC ?