V2023.1.2 sound problem

windows 10
psychopy V2023.1.2
Standard Standalone? (y/n) : y

I can run an experiment with sounds in the previous version of Psychopy : (V2022.2.5 → No problem)

I just donwload & install the new version Psychopy Standalone 2023.1.2 and now impossible to run the experiment.

error message :
elif son_1.isFinished:
AttributeError: ‘SoundPTB’ object has no attribute ‘isFinished’

I cheked between the two versions and in the settings I have “use prefs” for both.

Any help would be greatly appreciated.

Thank you !

It seems be a bug, I fixed it by adding this code before the sound component.

setattr(sound_1,'isFinished',0)
1 Like