@hackage align-audio0.0.0.1
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)
- base >=3 && <5
- containers >=0.2 && <0.8
- Stream >=0.4.7 && <0.5
- comfort-array >=0.5 && <0.6
- comfort-blas >=0.0 && <0.1
- comfort-fftw >=0.0 && <0.1 Show all…
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)
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.