@hackage align-audio0.0
Find relative time displacement of two recordings of the same music
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
Installation
Tested Compilers
Dependencies (0)
- Stream >=0.4.7 && <0.5
- base >=3 && <5
- comfort-array >=0.5 && <0.6
- comfort-fftw >=0.0 && <0.1
- containers >=0.2 && <0.7
- lapack >=0.4 && <0.5 Show all…
Dependents (0)
Package Flags
blas
(off by default)
Build executable using BLAS support
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.