readAudio {soundgen} | R Documentation |
Read audio
Description
Internal soundgen function.
Usage
readAudio(
x,
input = checkInputType(x),
i,
samplingRate = NULL,
scale = NULL,
from = NULL,
to = NULL
)
Arguments
x |
audio input (only used for Wave objects or numeric vectors) |
input |
a list returned by |
i |
iteration |
samplingRate |
sampling rate of |
scale |
maximum possible amplitude of input used for normalization of
input vector (only needed if |
from , to |
if NULL (default), analyzes the whole sound, otherwise from...to (s) |
[Package soundgen version 2.7.0 Index]