1,295
edits
(Created page with "Minimizing the end-to-end latency of WebRTC is very important. Minimizing the latency of Web Audio, for example in the case where a script wants to start playing an AudioBuffer i...") |
No edit summary |
||
| Line 1: | Line 1: | ||
Minimizing the end-to-end latency of WebRTC is very important. Minimizing the latency of Web Audio, for example in the case where a script wants to start playing an AudioBuffer immediately, is also very important. What do we need to do with MediaStreamGraph to support this? | Minimizing the end-to-end latency of WebRTC is very important. Minimizing the latency of Web Audio, for example in the case where a script wants to start playing an AudioBuffer immediately, is also very important. What do we need to do with MediaStreamGraph to support this? | ||
On this page I'm trying to work out estimates of the current latency of our MediaStreams setup, and how we can improve the situation. | |||
== Current State == | == Current State == | ||
edits