standardiseWave: Standardise a Wave object for package consistency

Description Usage Arguments Value

View source: R/preprocessing.R

Description

This function defines the internal data representation used in this package. It is interanlly called in most other functions.

Usage

1
standardiseWave(wave, f = 44100, stereo = FALSE, bit = 1)

Arguments

wave

an R object or the path of a wave file

f

the expected target frequency

stereo

wether the expected object is stereo (else it is mono)

bit

the bit depth

Value

a Wave object that may have been altered to match package standard representation


BioAcoustica/orthophonia documentation built on May 5, 2019, 3:46 p.m.