Navigation

Operators and Keywords

Function List:

C++ API

Function File: player = play (recorder)
Function File: player = play (recorder, start)
Function File: 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