yakshaveinc / tasks

distributed roadmap
The Unlicense
1 stars 0 forks source link

Cleanup audio from hackerspace recordings #70

Open abitrolly opened 3 years ago

abitrolly commented 3 years ago

Two tasks.

  1. Noise and echo removal

Try https://github.com/lawl/NoiseTorch on recorded files and there are also links that can be helpful.

  1. Audio synchronization

There are two audio streams - one was taken from camera and is synchronized, and another is from separate device. The second stream is desynchronized at the start, and it also looks like the speed doesn't match. Time in Exif tags is wrong as well. Some scripting is needed to diagnose the problem and fix it.