@hackage align-audio0.0.0.1

Find relative time displacement of two recordings of the same music

Say, you have a video with some background music and a clean recording of the background music. You want to know exact displacement of the background music. This program should find it.

align-audio orig.wav video.wav

The program actually performs a simple correlation.

The program can handle sources of different sample rates if the sample rates are integers.

  • Installation

  • Tested Compilers

  • Dependencies (0)

  • Dependents (0)

  • Package Flags

      blas
       (off by default)

      Build executable using BLAS support

      lapack
       (off by default)

      Build executable using LAPACK support (less memory consumption than BLAS)