Audio Synchronizer

The subtitle synchronizer was created to apply a time offset and a factor to .str and .saa subtitle files.

Description

The application allows users to apply a temporal offset and factor to subtitles in .srt or .saa files.

Code description

The idea of the algorithm is straightforward:

You need to convert each timestamp into milliseconds, apply an affine transformation, and then convert it back to a timestamp.

Windows

All

Audio Synchronizer v0.5 (2015)

Download

Versions

image

This command interface application, written in C++, enables the application of a time factor to audio files.

This operation means input and output audio files will have different lengths and sizes.

The process involves interpolating digital signals to create the transformation.

There is a detailed guide to operate the application and understand its internal mechanisms.

Downloads