I’ m trying to read recorded data into the short array. I want to continue recording and reading until it is full. My code:
http://pastebin.com/r6yuPn82
Unfortunately applications crashes after calling startRecording method. Errors:
http://pastebin.com/9jwrPLNc
May I kindly ask you to help me fixing it?
I’ m trying to read recorded data into the short array. I want to
Share
Your AudioRecord hasn’t been initialized correctly.
“Caused by: java.lang.IllegalStateException: startRecording() called on an uninitialized AudioRecord.”
Put this in your manifest: