Audio Synchronizer

The audio synchronizer was created to adjust the duration of audio files

Description

The application enables you to adjust the timing of audio files.

Options:

  • Audio formats:
    • .wav -> .mp3
    • .mp3 -> .mp3
    • .acc -> .mp3
    • some versions of .dts -> .acc
  • Output bit rate
  • Transition band
  • Filtering quality
  • Code description

    Command interface application developed using C++.

    Digital filters, including an anti-aliasing low-pass filter, are applied for interpolation and decimation

    The low-pass filter is implemented using a Hamming window, featuring a configurable transition band and a choice of FIR filter size with two options for filter quality.

    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