Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

controls

Control audio instance


Description

pause pauses (stops) audio recording or playback

rewind rewinds audio recording or playback, i.e., makes the beginning of the source (or target) object the current audio position.

resume resumes previously paused audio recording or playback

Usage

pause(x, ...)
rewind(x, ...)
resume(x, ...)

Arguments

x

instance object

...

optional arguments passed to the method specific to the object

Value

All functions return TRUE on success and FALSE on failure. All methods are generics and intended to apply to similar asynchronous operations (e.g. movie playback etc.).

See Also


audio

Audio Interface for R

v0.1-10
MIT + file LICENSE
Authors
Simon Urbanek <simon.urbanek@r-project.org>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.