From 944799ec1d685e15b4823a8e17f427b1066033e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Sat, 18 Jan 2025 15:38:39 +0800 Subject: [PATCH] increase FTW FIFO size --- sndlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sndlock.cpp b/sndlock.cpp index 2e30c3e..d8b69f4 100644 --- a/sndlock.cpp +++ b/sndlock.cpp @@ -86,7 +86,7 @@ static void dsp_thread() int32_t buf_in[SND_BUFLEN*SND_RCHAN]; size_t buf_in_offset = sizeof(buf_in); - FIFO ftw_fifo[SND_PCHAN]; + FIFO ftw_fifo[SND_PCHAN]; int clipped_count = 0; double peak_running = 0.0;