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