PsychExpAPIs.SoundStimType
SoundStim()

Constructor for a SoundStim object

Constructor inputs:

  • filePath::string ......the entire path to the file, including file name and extension

Outputs: None

Methods: play()

source
PsychExpAPIs.playFunction
play(sound::SoundStim; repeats::Int64)

Plays a SoundStim

Inputs: SoundStim

Optional Inputs: repeats

Outputs: None

source