absolute audio synchronization

Posted by user1780526 on Stack Overflow See other posts from Stack Overflow or by user1780526
Published on 2012-10-28T09:17:22Z Indexed on 2012/10/28 11:02 UTC
Read the original article Hit count: 142

Filed under:
|

I would like to synchronize my computer with an external camcorder recording so that I can know exactly (to the millisecond) when certain recored events happen with respect to other sensors logged by the computer. One idea is to playback short sound pulses or chirps every second from the computer that get picked up by the microphone on the camcorder. But the accuracy of a simple cron job playing a sound clip is not precise enough. I was thinking of using something like gstreamer, but how does one get it to playback a clip at precisely a certain time according to the system clock?

© Stack Overflow or respective owner

Related posts about synchronization

Related posts about gstreamer