squti/Android-Wave-Recorder

Audio Session Id

Closed this issue · 6 comments

Is it possible to get the audioSessionId from the voice recorder?

squti commented

It's not possible for now because audioRecorder object is a private field without any public modifier. Why do you need audioSessionId?

I need it to visualize the voice recording process.

squti commented

I will add this in the next feature update

Thank you!

Also I've noticed a thing. When pausing the recording, it is actually is stopping record the voice, but in audio file it is adding minutes of silence from paused state to resumed state. Any suggestions on how to not write this part to file?

squti commented

I will check this. Please create a different issue for your second question