write.Sound {R.audio}R Documentation

Writes a sound to file

Description

Writes a sound to file. Currently WAV and AU files are supported.

Usage

## S3 method for class 'Sound':
write(this, filename, format=NULL, ...)

Arguments

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.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*read(). For more information see Sound.


[Package R.audio version 0.6.2 Index]