Closed MihailSklyarenko closed 12 months ago
This is working as intended. Pausing just pauses the current recording, so you have a gap of time in it while paused. If you want to reuse the recorder, you must stop it first, and wait for the recording to finalize.
I noticed a problem with the fact that if, after a pause, you call the Record method on the recorder and pass arbitrary parameters there, recording will continue to the same file/stream that was originally opened. Was it intended to be able to record to different files with one recorder?