Results 52 comments of Zipdox

I think the cause of the problem is that Discord splits the data into several WS messages. I didn't care to try to fix it though.

@MichailiK I specifically said I changed the bitrate first and then joined the bot.

> what is a userscript? https://en.wikipedia.org/wiki/Userscript > if it's chromium specific then i would recommend using [whatwg/fs](https://github.com/whatwg/fs) directly instead instead of using StreamSaver.js No it's browser agnostic.

I'm getting this error: ``` Failed to get service worker registration(s): Storage access is restricted in this context due to user settings or private browsing mode. ``` What did you...

> I haven't tried using the userscript from Private Browsing, so I'm not sure what it'd take to have that work. It did work for me without Private Browsing though....

[JACK transport](https://jackaudio.org/api/transport-design.html) sounds like exactly what would be useful here. Sadly, I don't think JUCE supports it.

Sending the metronome as metadata does not fix the latency problem. You can try to mitigate drift by setting the jitter buffer to a fixed value.

Oh in that sense. You want the metronome to run individually on both clients. That's an interesting proposal.