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
I'll create one for the minimum update value, however it'll be 0.02s as the mumble link protocol is at a fixed 50 times per second rate for updates.
Though 0.02 will give a fair quality I do not really see the point of artificially limiting this number when it is actually directly dependent on the server's setting. Meaning I would like to see the ability to go lower if desired. Though I haven't found the specific section I doubt that the protocol limits it to that rate only.
Indeed it doesn't.
While the Mumble Link Client indeed reads 50 times per sec, the recommendation for game developers is to update every frame.
Hence yes, I'll look at making the lowest possible. I might throw in an interims release with 0.02 though, since I'd like to do a code review for the whole part for those faster updates (might need to use a different timer implementation etc.).
allow fastest update interval mumble link itself allows.
The text was updated successfully, but these errors were encountered: