generate.seewave.measures: generate seewave measures

Description Usage Arguments Value Author(s)

View source: R/generate.seewave.measures.R

Description

Extract acoustic features from selections in a selection table. Requires

that SoX (http://sox.sourceforge.net) be installed and callable as "soxi".

Usage

1
2
3
4
generate.seewave.measures(ubertable, sf_length, save_progress_file, 


    save_every = 5000, sampling_rate = 24000)

Arguments

ubertable

A selection table. In order to deal with selections which span sound files,

generate.seewave.measures() can run soxi to tell the lengths of sound files.

In this case, it is necessary that the "File Offset (s)" column be present,

as well as either "Begin File" or "Begin Path".

sf_length

As an alternative to running soxi, if all the sound files are of the same

length, this can be specified (in seconds).

save_progress_file

Name of file to save intermediate progress to. If absent, autosave is not

done.

save_every

How many rows to calculate before saving intermediate progress file.

sampling_rate

The sampling rate of the file(s) containing selections. Necessary in order to choose a suitable FFT window size.

Value

The original selection table, with columns added for generated features.

Author(s)

Jesse C. Ross


flightcallr documentation built on May 2, 2019, 5:49 p.m.