Is there a limited duration for sound stimuli in the builder?

Hi Psychopy community,

I am wandering if sound’s duration is limited in the builder ?
Indeed, the experiment I constructed, I have several sound files (.wav) with different length (20sec for the longest, 4s for shortest). All the sound path are in an excel sheet and I use the variables names in a loop component to access the different stimuli. Everything works find. But, strangely, all my sounds are cut after 8 seconds without any error message… :thinking:

So, do you know if the sound length is limited in the builder? Or do someone have an idea why my sounds could be cut after 8 seconds ?

Thanks in advance !

Hi,

In the properties of your sound, are you sure you haven’t defined a duration or a “stop”? Because if you don’t have an error message it’s weird that the sound stops by itself.

Hi Clemencennl,

Yes, the Stop parameter in the properties window is blank. So in theory, the sound should play during its entire duration but it’s not the case. And you’re right, it is weird.

The lack of an error message may be something unrelated - are you using 2020.2.5? We added a fix in that version for the lack of error messages, so if you update it may be that error messages become visible and then we can get a bit deeper into what’s going on here

It’s look like I found the solution ! It’s seems that the sound were cut because of the python library Psychopy used to play the sounds. So I changed, in the audio parameters, the default settings for (respectively) latency and python library to :

  • Latency Critical
  • Pyo

I don’t really know why it works but it works so it’s enought for me :sweat_smile:

Anyway, thanks for the help !

PS : To answer your question TParsons, yes I am using the 2020.2.5 version.