align-audio

Find relative time displacement of two recordings of the same music

LTS Haskell 22.18:0.0.0.1
Stackage Nightly 2024-04-27:0.0.0.1
Latest on Hackage:0.0.0.1

See all snapshots align-audio appears in

BSD-3-Clause licensed and maintained by Henning Thielemann
This version can be pinned in stack with:align-audio-0.0.0.1@sha256:4ab392c6b4822ad4e622b8827398373088db384c0f555203468cb8275a4913e1,2205

Module documentation for 0.0.0.1

There are no documented modules for this package.

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.