analyse.wav.fingerprint: Analyse WaveData for Fingerprints

Description Usage Arguments Details

Description

Analyse WaveData for Fingerprints

Usage

1
2
analyse.wav.fingerprint(wavdata, onsets, fp.params = list(),
  stoptime = NULL, duration = NULL, quiet = TRUE)

Arguments

wavdata

WaveData object to be analysed

onsets

List of onset objects, from which the start and stop times for the extraction should be taken

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.