analyse.file: Analyse a Single File for Onset Times and Fingerprint

Description Usage Arguments Details

Description

Analyse a Single File for Onset Times and Fingerprint

Usage

1
2
3
analyse.file(filename, read.params = list(), filter = list(),
  onset.params = list(), energy.params = list(), fp.params = list(),
  stoptime = NULL, duration = NULL, quiet = TRUE)

Arguments

filename

Name of the file to be analyzed

read.params

Parameters passed to read.wav (except filter parameters)

filter

Filter parameters passed to read.wav

onset.params

Parameters passed to onsets

energy.params

Additional Parameters passed to energyDensity.

fp.params

Parameters passed to fingerprint

stoptime

Stoptime to filter onsets in fingerprinting

duration

Explicit duration of the part to be fingerprinted

quiet

If set to true, the function will output the current filename to be analysed

Details

Fingerprints are extracted from the detected onset area with the largest energy. If a stoptime is given onsets before the stoptime are ignored. End times can be overridden by providing an explicit duration in the duration parameter.


LiKao/VoiceExperiment documentation built on May 7, 2019, 1:19 p.m.