m4a - android-aac-enc does not work on Samsung Star phone -
i need implement audio recording pause/resume functionality , output has m4a file format. implemented recording in pcm format. i'm using (for old android versions only) library found here - https://github.com/timsu/android-aac-enc
the strange part is working lot of devices (like nexus 7) not work samsung star. there no crash, player after tries play there strange noise.
i suspect architecture of processor don't know might , how fix it.
please if have experience library me. (or if know better 1 integrate)
thanks , kind regards
ok, managed make working. in documentation written call multiple times encode method. implemented encoding on small chunks. problem seems @ end of each chunk puts , awful beep :-(
so know not perfect solution manage make working load whole file in byte array , encode @ once...
if finds better solution please let me know.
Comments
Post a Comment