Oran2009 / audiotools-webapp

Python Flask tool to automatically synchronize matching video and audio files.

Home Page:http://audiotools.sytes.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

audiotools-webapp

audiotools.sytes.net

This tool automatically syncs matching video and audio files using recurrence quantification analysis (RQA). The tool allows you to adjust the sampling rate, hop length, and ftt window size so you can achieve near-perfect synchronization.

At the start of this project, I used dynamic time warping (DTW) instead of recurrence quantification analysis (RQA) to synchronize the two audio tracks. This method seemed efficient for my purposes, but didn't achieve near-perfect synchronization on some tests. This led me to implement RQA, which maximizes alignment paths and relies on similarity rather than distance.

More information on RQA can be discovered here on Wikipedia, and a similar project has been documented on this pdf

About

Python Flask tool to automatically synchronize matching video and audio files.

http://audiotools.sytes.net/


Languages

Language:Python 48.0%Language:HTML 27.1%Language:JavaScript 15.4%Language:CSS 8.2%Language:Dockerfile 1.3%