URL of experiment: Pavlovia
Description of the problem:
I have a sound file that is played once per trial. It is triggered by different events depending on the condition.
I was defining the sound in the code with this in the Begin Experiment tab:
tone = sound.Sound('tone.wav')
Then:
However, I received this error message online:
And found that defining sound in the code doesn’t work. So I have created a sound component.
However, I’m unsure what to set for ‘start’ and ‘stop’.
What should I put here?
Thank you!