OS Win10 PsychoPy version v2020.1.3
I am conducting an experiment where participants listen to sounds (people’s voices), and they need to make some judgments on the voices. I used Psychopy2 to build my experiment (from the builder with lots of additional code components), and the sounds played perfectly fine at the time. However, when I change to the newest version of Psychopy3, for some reason, the sounds are distorted.
The original sound files played normally in the media app, so I don’t really know what happened. I looked up the settings, and see that the audio library is set to be pbt (when I used Psychopy2, I used pyo), so I tried to change to different libraries but it’s either crashing my experiment or making the sound distorted.
It sounds like there’s some kind of filter being applied, or it’s incorrectly interpreting the frequency of the file, so if you post the equivalent code then I can try to recreate the bug and see what’s going wrong.
Oops, this was a rookie mistake on my part, I’d got NoiseStim mixed up with SoundStim…
It looks like you’re opening the .psyexp file in coder, try instead opening it normally and clicking the Compile Python button to see the experiment as code, do you see any reference to sound.Sound? You can use CTRL+F to search