play.Sound {R.audio}R Documentation

Plays sound

Description

Plays sound by playing a silent one. Sorry, but this is the only way we know of right now.

Usage

## S3 method for class 'Sound':
play(this, off=FALSE, ...)

Arguments

off If TRUE, the sound is turned of, otherwise it is played.
... Not used.

Value

Returns nothing.

Author(s)

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

See Also

*playStop(). For more information see Sound.


[Package R.audio version 0.6.2 Index]