saveSample | R Documentation |
Save a Sample object to disk as a wav file.
saveSample(s, filename, overwrite=FALSE)
s |
a Sample object. |
filename |
a string giving the path and the name of the destination file. |
overwrite |
logical. If |
Author: Matthias Heymann [aut], Stefan Langenberg [cre] (<https://orcid.org/0000-0001-5817-5469>)
Maintainer: Stefan Langenberg <langenberg@uni-bonn.de>
loadSample
## Not run:
s <- Sine(440,1)
saveSample(s,"sine.wav")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.