readAudio | R Documentation |
Internal soundgen function.
readAudio(
x,
input = checkInputType(x),
i,
samplingRate = NULL,
scale = NULL,
from = NULL,
to = NULL
)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.