Gecko:MediaStreamLatency: Difference between revisions

Line 16: Line 16:
   T_recv = T_graph + T_proc + T_cubeb
   T_recv = T_graph + T_proc + T_cubeb
In my example, this is 38ms. The ideal latency would be to pull the latest audio from the network stack in each libcubeb callback, i.e. T_cubeb = 25ms.
In my example, this is 38ms. The ideal latency would be to pull the latest audio from the network stack in each libcubeb callback, i.e. T_cubeb = 25ms.
Note: There are issues with this due to the WebRTC/NetEQ API - jesup


Playing an AudioBuffer has the same latency analysis.
Playing an AudioBuffer has the same latency analysis.
Confirmed users
325

edits