Sound object with normalized amplitude (PCM / 2^(nbits-1) - 1) resulting to the range of [-1; +1]. In fact, the minimum value can be one quantization step lower (e.g. PCM 16bit: -32768).
t
... vector of discrete time instances (seconds)
sig
... signal matrix (nrow(snd$sig)
= number of samples, ncol(snd$sig)
= number of channels, i.e., $sig[, 1]
... 1st channel)
fs
... sample rate (Hz)
nChannels
... number of signal channels (ncol(snd$sig)
), 1 == mono, 2 == stereo
nBits
... number of bits ped one sample
nSamples
... number of samples (nrow(snd$sig)
)
duration
... duration of signal (seconds), snd$duration == snd$nSamples/snd$fs