squti/Android-Wave-Recorder

Pause/Resume issue

Closed this issue · 3 comments

when I pause the recording it is stopping the record but the paused time is added to final track as a blank piece

squti commented

I checked it in the sample app and it works properly. Could you provide more information and the implementation of your code?

Sure.
I'm just calling recorder?.pauseRecording(), then recorder?.resumeRecording()

squti commented

I checked it and there was no problem. Did you run the sample app?