From 816c6dd8b3aecba1c869235693d4b930918b31ba Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 5 Jun 2017 12:30:26 +0200 Subject: Always set the tist delay to 1 because of GainControl --- src/ConfigParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ConfigParser.h b/src/ConfigParser.h index 02b798a..2f49595 100644 --- a/src/ConfigParser.h +++ b/src/ConfigParser.h @@ -61,7 +61,7 @@ struct mod_settings_t { float gainmodeVariance = 4.0f; // To handle the timestamp offset of the modulator - unsigned tist_delay_stages = 0; + unsigned tist_delay_stages = 1; // because GainControl is pipelined double tist_offset_s = 0.0; bool loop = false; -- cgit v1.2.3