View source: R/class_soundSample.R
read.soundSample | R Documentation |
Read a sound sample from a .mp3 or .wav file.
read.soundSample(file, ...)
file |
string, file with extension .wav or.mp3 |
... |
additional arguments passed to function tuneR::readWave |
An object of class 'soundSample'.
sam=try(read.soundSample(file='vignettes/07027201.mp3'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.