You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i noticed that when i try to record a video with multiple parts, an audio in the resulting video file is not syncing correctly with all video parts. It seems to be the audio is not cropped accurately while recording.
Do you know about this issue and do you plan to fix it?
Thanks.
The text was updated successfully, but these errors were encountered:
audio syncing is better after last changes. But a slight delay between audio and video tracks still takes place (it is more noticeable in the end of the video).
P.s. the app crashes after a first launch. It's caused by NullPointerException in the case when a permission dialog is showed (onPause() is called for main activity) before the AudioRecorder initialization (see releaseAudioRecorder(), need to add a null check).
Hi Lei,
i noticed that when i try to record a video with multiple parts, an audio in the resulting video file is not syncing correctly with all video parts. It seems to be the audio is not cropped accurately while recording.
Do you know about this issue and do you plan to fix it?
Thanks.
The text was updated successfully, but these errors were encountered: