Renders a module tracker object of class openmpt
and plays it instantaneously.
play(mod, sample_rate = 44100L, progress = "vu", ...)
A tracker module object of class openmpt
.
Output sample rate when playing the module.
Progress printed to console while playing. Should be one of
"vu"
(indicative volume meter), "time"
(shows timer) or "none"
(don't show progress).
If your audio is stuttering you might want to set this to "none"
to save processing speed.
Ignored
Returns NULL
invisibly.
if (FALSE) { # \dontrun{
mod <- demo_mod()
play(mod)
} # }