squti / Android-Wave-Recorder

A powerful and efficient library to record WAVE form audio files (WAV) in Android
MIT License
239 stars 44 forks source link

Pause/Resume issue #3

Closed robertlevonyan closed 4 years ago

robertlevonyan commented 4 years ago

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 4 years ago

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

robertlevonyan commented 4 years ago

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

squti commented 4 years ago

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