Hi,
I am getting an error when playing a sound from an array using the sound class.
PsychPortAudio-WARNIG: 'Start' method on audiodevice 1 called, although playback on device not yet completely stopped.
Will forcefully restart with possible audible artifacts or timing glitches.
Check your playback timing or use the 'Stop' function properly!
The same code is running on another machine without problems.
So far I have tried (without success):
- Using a different sound engine.
- Changing the latency mode.
- Setting the sampling rate either to 44100Hz or 48000Hz.
Any ideas for other settings? Could this be another issue with the code, such as stopping the stream as the error suggests?
Best,
Max