Elektordi / obs-websocket-py

Python library to communicate with an obs-websocket server (for OBS Studio)
MIT License
223 stars 59 forks source link

sleeping for less time in _wait_message #55

Closed PanBartosz closed 1 year ago

PanBartosz commented 3 years ago

0.1 is in my opinion too long to achieve some nice effects (e.g. smooth scrolling of elements using modification of position). the difference in performace is imho neglible

Elektordi commented 3 years ago

Take a look at #37, I'm working on rewriting the loop system with a better approach. If you have some time, could you try the test-37 branch and confirm if it suits your needs?