Confirmed users
325
edits
| 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. | ||
Playing an AudioBuffer has the same latency analysis. | Playing an AudioBuffer has the same latency analysis. | ||