Cog/Audio/Visualization
Christopher Snowhill b07a6fd098
Visualization: Improve latency and buffering appearance
Adjust the buffering so if latency is too low, we fill the rest of
the output with silence instead of peeking at the oldest part
of the buffer. Also increase latency by half a buffer size so
that the requested sample is in the center of the buffer, which
improves the 4096 sample situation with the current low
latency output.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2023-10-03 19:35:20 -07:00
..
VisualizationController.h Move most large stack using buffers to the heap 2022-07-24 18:32:47 -07:00
VisualizationController.m Move most large stack using buffers to the heap 2022-07-24 18:32:47 -07:00
VisualizationController.swift Visualization: Improve latency and buffering appearance 2023-10-03 19:35:20 -07:00