Hacker News new | ask | show | jobs
by gbtw 2054 days ago
How is the latency between systems? I currently use a mixer to mix multiple pcs into my headphone for working at home and my home pc and game pc.

If the latency is good enough i would rather isolate these systems instead of using a mixer and deal with all the ground loop issues i have.

1 comments

The latency is dynamically set from the max latency of each audio output (reported by the OS or the WebAudio context) plus 200ms. I haven't tweaked this yet to find the best possible value so it's still quite high. In the future I want to observe the network quality (packets loss mainly, latency on the local network is not an issue in most cases) to use a custom latency for each network. As I use Opus for the audio encoding, I've enabled the packet loss concealer which is already helping in case of package loss.
I will give it a go this weekend, thanks :)