Hi
I use AudioRecorder in the past but from last Android updates i have some fail with this
This sequence:
Ar.Initialize
Ar.AudioSource = Ar.AS_MIC
Ar.OutputFormat = Ar.OF_THREE_GPP
Ar.AudioEncoder = Ar.AE_AMR_NB
Ar.setOutputFile("","/dev/null")
Ar.prepare
Ar.start
ends with error:
java.lang.RuntimeException: start failed.
Any permission are done
So, Is it some additional changes in use of this lib ?
I use AudioRecorder in the past but from last Android updates i have some fail with this
This sequence:
Ar.Initialize
Ar.AudioSource = Ar.AS_MIC
Ar.OutputFormat = Ar.OF_THREE_GPP
Ar.AudioEncoder = Ar.AE_AMR_NB
Ar.setOutputFile("","/dev/null")
Ar.prepare
Ar.start
ends with error:
java.lang.RuntimeException: start failed.
Any permission are done
So, Is it some additional changes in use of this lib ?