Wave-class {tuneR}R Documentation

Class Wave

Description

Class “Wave”

Objects from the Class

Objects can be created by calls of the form new("Wave", ...), or more conveniently using the function Wave.

Slots

left:
Object of class "numeric" representing the left channel.
right:
Object of class "numeric" representing the right channel, NULL if mono.
stereo:
Object of class "logical" indicating whether this is a stereo (two channels) or mono representation.
samp.rate:
Object of class "numeric" - the sampling rate, e.g. 44100 for CD quality.
bit:
Object of class "numeric", common is 16 for CD quality, or 8 for a rather rough representation.

Author(s)

Uwe Ligges, ligges@statistik.tu-dortmund.de

See Also

Wave


[Package tuneR version 0.2-10 Index]