Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio synchronization issue #7

Open
hexmonad opened this issue Oct 20, 2016 · 4 comments
Open

Audio synchronization issue #7

hexmonad opened this issue Oct 20, 2016 · 4 comments

Comments

@hexmonad
Copy link

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.

@CrazyOrr
Copy link
Owner

CrazyOrr commented Oct 24, 2016

Hi, @hexmonad
Can you try the latest master branch out and let me know if it's getting any better?

@hexmonad
Copy link
Author

Hi,

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).

@CrazyOrr
Copy link
Owner

Yes, thank you.
NullPointerException fixed, I'll keep looking into the delay issue.

@CrazyOrr
Copy link
Owner

Changes had been made in 7b385a7 according to issue #23, which may mitigate this sync issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants