play: Playing Waves

Description Usage Arguments Author(s) See Also

Description

Plays wave files and objects of class Wave.

Usage

1
play(object, player, ...)

Arguments

object

Either a filename pointing to a Wave file, or an object of class Wave or WaveMC. If the latter, it is written to a temporary file by writeWave, played by the chosen player, and deleted afterwards.

player

(Path to) a program capable of playing a wave file by invocation from the command line. If under Windows and no player is given, “mplay32.exe” or “wmplayer.exe” (if the former does not exists as under Windows 7) will be chosen as the default.

...

Further arguments passed to the Wave file player. If no player and no further arguments are given under Windows, the default is: "/play /close".

Author(s)

Uwe Ligges ligges@statistik.tu-dortmund.de

See Also

Wave-class, WaveMC-class, Wave, WaveMC, writeWave, setWavPlayer


tuneR documentation built on May 2, 2019, 6:15 p.m.

Related to play in tuneR...