From 8cababb75f17c420518cc5e84b66f48a1a1b82d3 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 15 Feb 2026 12:38:48 +0100 Subject: investigating audio-drive bug --- src/tests/audio/test_wav_dump.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/audio/test_wav_dump.cc') diff --git a/src/tests/audio/test_wav_dump.cc b/src/tests/audio/test_wav_dump.cc index a0f2a4a..ce161a4 100644 --- a/src/tests/audio/test_wav_dump.cc +++ b/src/tests/audio/test_wav_dump.cc @@ -60,10 +60,10 @@ void test_wav_format_matches_live_audio() { for (float t = 0.0f; t < duration; t += update_dt) { // Update audio engine (triggers patterns) fixture.engine().update(music_time, update_dt); - music_time += update_dt; // Render audio ahead audio_render_ahead(music_time, update_dt); + music_time += update_dt; // Read from ring buffer if (ring_buffer != nullptr) { -- cgit v1.2.3