Wave-class {tuneR} | R Documentation |
Class “Wave”
Objects can be created by calls of the form new("Wave", ...)
,
or more conveniently using the function Wave
.
left
:"numeric"
representing the left channel.right
:"numeric"
representing the right channel,
NULL
if mono.stereo
:"logical"
indicating whether this
is a stereo (two channels) or mono representation.samp.rate
:"numeric"
- the sampling rate, e.g. 44100 for CD quality.bit
:"numeric"
, common is 16 for CD quality, or
8 for a rather rough representation.Uwe Ligges, ligges@statistik.tu-dortmund.de