Navigation

Operators and Keywords

Function List:

C++ API

: player = play (recorder)
: player = play (recorder, start)
: player = play (recorder, [start, end])

Play the audio recorded in recorder and return a corresponding audioplayer object.

If the optional argument start is provided, begin playing start seconds in to the recording.

If the optional argument end is provided, stop playing at end seconds in the recording.

Package: octave