Record audio with CaptureSharedEventDriven not set time

163 views Asked by At

In CaptureSharedEventDriven recording time is put in TargetDurationInSec and they set size of buffer is size_t captureBufferSize = capturer->SamplesPerSecond() * TargetDurationInSec * capturer->FrameSize() How to record audio without TargetDurationInSec instead I press the key combination when finished. Thanks for help.

0

There are 0 answers