Posts

Comments

Comment by Björn Melinder (bjoern-melinder) on AudioWorklet Latency: Firefox vs Chrome · 2020-05-07T07:54:56.058Z · LW · GW

Interesting read, thanks! To get the numbers down further, I believe you need to disable echoCancellation in the getUserMedia call. You can also supply a latencyHint to the AudioContext() constructor to push the latency down further.