Project-Babble / ProjectBabble

An open-source mouth tracking method for VR
Apache License 2.0
290 stars 19 forks source link

Fix: Decouple OSC from GUI render loop #56

Closed SnuffSocket closed 1 week ago

SnuffSocket commented 2 weeks ago

Currently sending OSC information is tied to to the GUI render loop so sending information is limited by:  window.read(timeout=2)

Also if "Feat: Lower CPU usage when not in focus" is pulled without this and Babble isn't the active window we stop sending OSC information all together!

RamesTheGeneric commented 1 week ago

Seems to work as described along with #52 👍