Datapixx StartAudioSchedule - aleslab/Psychtoolbox-3-aleslab-fork GitHub Wiki

Datapixx('StartAudioSchedule')

PsychtoolboxDatapixx.{mex*,dll} subfunction

Start running an audio waveform playback schedule. The actual hardware schedule
will be initiated by the next RegWr* command, and then the first waveform sample
will play after the scheduleOnset specified in SetAudioSchedule.
Note that every call to StartAudioSchedule must be preceeded by a call to
SetAudioSchedule (ie: multiple calls to StartAudioSchedule each require their
own call to SetAudioSchedule)).
See DatapixxSimonGame, DatapixxAudio*Demo files for examples.

<<=====See also:===== InitAudio, SetAudioSchedule, StopAudioSchedule, GetAudioStatus <<