Cameron Riddell

Results 4 comments of Cameron Riddell

Hi, just a few questions to help narrow down your issue- this sounds like an issue with you version of `pyglet`, but I guess we'll find out! * Is your...

Perfect! Thanks so much for that output. It seems that `pyglet` completely deprecated and removed `ManagedSoundPlayer()` from version `1.2.4` to `1.3.0b1` so although this switch fixed the issue of rendering...

Piggy backing on @hoechenberger https://github.com/psychopy/psychopy/blob/fe5791e4d463934baf81a3342be65458b3d51ae7/psychopy/visual/movie.py#L137 breaks MovieStim with pyglet 1.3.0b since it calls `ManagedSoundPlayer()`. But there is sense in keeping it because if a user is working with pyglet 1.2.4...

>Re-opening this issue for brave volunteers! @hoechenberger I'm feeling brave so I'll take a whack at it if I can free up some time today! :)