Jon Peirce

Results 114 comments of Jon Peirce

Most important question is... what PTB latency mode are you using? https://psychopy.org/api/sound/playback.html#ptb-audio-latency-modes Could you retry your tests with each of the values from 0 to 4?

Ah, I see. There was another issue that was a genuine bug and probably Matthew assumed that was the cause of your issue too. PsychoPy uses multiple options for detecting...

Pyglet movies are troublesome in several ways; they require avbin which has always been a nightmare and they have poor performance with high-resolutino movies. Rather than trying to fix this...

Delete it? No, I don't see the need for that. Like pygame, we can have it present for a period after we no longer actively support it: - some users...

Fair point @hoechenberger - most people are going to be using standalone, and for them it's already broken. If they aren't then they're probably the sort of user that doesn't...

If it works that sounds good, but last I knew (a while ago) the difference between Player and ManagedSoundPlayer was that the former had to be prodded to update its...

I agree. Let's deprecate them (but keep them available for backwards compat obviously)

Yes. We mark as deprecated, and log a warning. I've always done it when the class is used, rather than when it's imported (if someone imports all they don't need...

We were aware that needed limiting in Windows, but are you saying we should be applying that version restriction to other platforms? In general, we've rather fallen out of love...