You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I have been working on mumble recently this script recv_stdout.p is pretty intereasting.
everything is pretty self explainatory. this part tough is a liitle hard for my brain
wait = self.interval * 0.9 - (time.time() - start)
if wait > 0:
time.sleep(wait)
while time.time() < ts: # spin until time is reached
pass
would you mind explain it a little bit. without this part the sound will have a very long pause.
The text was updated successfully, but these errors were encountered:
Hey !
As I have been working on mumble recently this script recv_stdout.p is pretty intereasting.
everything is pretty self explainatory. this part tough is a liitle hard for my brain
would you mind explain it a little bit. without this part the sound will have a very long pause.
The text was updated successfully, but these errors were encountered: