fgo
fgo
The maximum number of devices is very dependant on the network quality. I'd also be interested in hearing what people have successfully used. I have seen 20+ peers working with...
Hoi, Ja, I am aware of this. Unfortunately, due to some design decisions we made early on, this is fairly difficult, if not impossible. At least without introducing hierarchy between...
It seems to be doable. I'm not aware of anyone having given it a try though.
What is the reason you want to add this? The reason those exist in the `darwin` is to allow convenient conversion from/to core audio timestamps. There is no such "native"...
`ticks()` just calls `mach_absolute_time()`. `mach_absolute_time()` should be used with caution. I.e. it behaves differently on arm and x86. So I would not recommend to use this as the general time...
Yes, sample time and host time drift. They are really different clocks based on different quartzes. And there is really not much one can do about this. AFAICT this is...
Unfortunately there is no easy way to log this. Yes, I remember that on some iOS devices the drift is barely noticeable. When it comes to Laptops and other OSes...
I guess I don't really understand what you're trying to achieve. You could surely use this information to determine how much the peer is drifting from the session. However, this...
I see. When not being connected to other peers mRateScalar does exactly what you want. So instead of basing your app on the sample clock when not using Link, you...
Hey, I tried opening files until I hit the limit from LinkHut and other apps. Of cause LinkHut will not be able to connect when it can't open a socket...