-
Notifications
You must be signed in to change notification settings - Fork 36
Sync Audio #10
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
Comments
You'll need to quantify the latency of initiating audio streaming/recording. I think when we were looking into using audio chrips for synchronization the variable latency of starting/stopping audio streaming was much greater than 20 microseconds. Assuming you can resolve that, you could indeed use the network sync portion of software sync to trigger the audio streaming, and that part of it should be < 20 us. The phase alignment sync portion is for the cameras currently, so it may not be relevant to audio streaming unless you're also recording video. |
Thanks for sharing your experience. It is really helpful to remind me that the starting/stopping audio streaming is really large. I would like to record the video but I find that the video is not perfectly synced with audio. Is the reset sampling method possible to fix the start of the audio stream into the target period? Since its variance is large, it may require many more iterations. |
Rough guess is yes but this would be complicated: |
Thanks so much. Will try to figure out these challenges. |
Thanks for the interesting audio. The phase alignment method is really helpful and the results are impressive. One more question is whether we can record the audio streaming with perfect synchronization. Based on the reference latency, it seems that we may get a delay of less than 20 microseconds for the image and audio stream after applying alignment to both audio and image. Is it true?
The text was updated successfully, but these errors were encountered: