align-audio

Find relative time displacement of two recordings of the same music

Version on this page:0.0@rev:2
LTS Haskell 22.19:0.0.0.1
Stackage Nightly 2024-05-02: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@sha256:1a046b8a5ab493124aaf3b2ab595029776d6c916eb6cb7dcf77439be36d24588,2030

Module documentation for 0.0

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.