align-audio

Find relative time displacement of two recordings of the same music

LTS Haskell 23.1:0.0.0.1@rev:1
Stackage Nightly 2024-12-22:0.0.0.1@rev:1
Latest on Hackage:0.0.0.1@rev: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:1e463c1d8d6e70b6fefd600d2aafeb6a03af4ac2ad75e7767c349c0fadfa1db3,2219

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.