Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 484 Bytes

File metadata and controls

21 lines (13 loc) · 484 Bytes

adelay.R

Calculates delay in ms between 2 audio signals, where one typically is a transmitted version of the other, in which case the result is an estimate of the delay of the transmission channel.

Installation

adelay.R requires R (which is free and open source).

R installation information: http://cran.r-project.org/

Usage

$ Rscript adelay.R <original.mp3> <delayed.mp3>

License

adelay.R is released under the MIT license.