read_wav: read a WAV file

Description Usage Arguments Examples

Description

read a WAV file

Usage

1
read_wav(filename, channel = c("left", "right"), te.factor = 10)

Arguments

filename

The name of the file

channel

Select the left or the right channel

te.factor

The factor to which the original sound was slowed down prior to recording

Examples

1
2
3
 wav = read_wav(
   system.file("demo_wav/leislers.wav", package = "rhinolophus")
 )

ThierryO/rhinolophus documentation built on May 9, 2019, 4:42 p.m.