OS: Win 8.1
PsychoPy version: 2020.1.3
Standard Standalone: yes
What are you trying to achieve?:
I have a 6 min sound file. I want to play different segments of the sound based on
specific start positions and end positions (e.g., 10s to 25s of the sound for a trial,
34s to 60s of the sound for the next trial etc.).
What did you try to make it work?:
I have created the sound_file variable and set at every repeat. I have also made
“Start” and “Stop” as variables. However, the “Start” option (e.g., 10s) does not mean to
play the 10th second of the sound, but means to play from the start of the sound after waiting for 10s.
What specifically went wrong when you tried that?:
I’m wondering if there is a way to indicate the start position of the sound file so that psychopy can
play the long sound file from certain position (e.g., 10s of the sound) of it?
I have tried to google the question for several hours but cannot find a answer for this.
I appreciate if you can help.