| write.Sound {R.audio} | R Documentation |
Writes a sound to file. Currently WAV and AU files are supported.
## S3 method for class 'Sound': write(this, filename, format=NULL, ...)
filename |
The name of the file to be written. |
format |
The fileform (a character) to be written. If NULL, it
is decided from the filename extension. |
... |
Not used. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
*read().
For more information see Sound.