FFmpegRecorder icon indicating copy to clipboard operation
FFmpegRecorder copied to clipboard

Voice mismatch after pause video and resume

Open ParikshitTiwari opened this issue 5 years ago • 1 comments

When record video first time audio and video play together but if i pause the recording and resume again then the resultant video have voice mismatch issue the voice is good in first recording but after pause the video voice play after video play with 1 second delay. Please help me for resolve this issue. Thanks

ParikshitTiwari avatar Oct 16 '18 10:10 ParikshitTiwari

Try to use AudioRecord#setPositionNotificationPeriod/setNotificationMarkerPosition with AudioRecord#setRecordPositionUpdateListener to precisely record audio.

CrazyOrr avatar Oct 16 '18 12:10 CrazyOrr