Hi everyone,
I am currently designing an auditory ERP experiment using PsychoPy Builder and have encountered a challenge I hope you can help me with.
I have successfully created a practice loop and a main experiment loop where auditory stimuli are played, and the auditory part is working fine. The experiment is designed for passive listening, meaning participants only need to listen to the stimuli without responding.
Here is what I want to achieve:
- While auditory stimuli are playing, I want to show a movie on the screen, allowing participants to watch it during the auditory stimuli presentation.
- When instructional screens appear, the movie should pause to avoid interference with the instructions.
- When the next set of auditory stimuli begins, the movie should resume, maintaining synchronization between the audio and video throughout the experiment.
Could you please advise how I can implement this in PsychoPy? Specifically, how can I control the movie playback (pause and resume) based on different sections of the experiment? Any code examples or guidance would be greatly appreciated!
Thank you for your help!