PsychExpAPIs.SoundStim
— TypeSoundStim()
Constructor for a SoundStim object
Constructor inputs:
- filePath::string ......the entire path to the file, including file name and extension
Outputs: None
Methods: play()
PsychExpAPIs.play
— Functionplay(sound::SoundStim; repeats::Int64)
Plays a SoundStim
Inputs: SoundStim
Optional Inputs: repeats
Outputs: None