android-aac-enc
android-aac-enc copied to clipboard
IOException when recording
Hey Jen the issue seems to because of the change in behavior of SpeechRecognizer. The example code wasn't receiving any bytes of audio and so just an empty file was created. If you try with a local file from assets or from sdcard it will work. If anyone else is facing the same kind of issue comment here I would be glad to help.
@timsu Are pull requests welcome would be glad to change the existing example so that it would be useful for others.
That would be awesome, thanks!