View source: R/class_soundSample.R
as.Wave | R Documentation |
Convert a soundSample into a tuneR::Wave object.
as.Wave(x)
x |
sound sample object. |
a tuneR Wave object.
sam <- soundSample(sin(2*pi*seq(0,1,,44100)*440)) # 1-second A (440 Hz)
w <- as.Wave(sam)
tuneR::plot(w)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.