diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 12:30:26 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-05 12:30:26 +0200 |
commit | 816c6dd8b3aecba1c869235693d4b930918b31ba (patch) | |
tree | 6bbf670fc275ff218b83142ef215f533d9ee5e9e | |
parent | 6ad28efc21fcd850e7010de3b157210da53d36f6 (diff) | |
download | dabmod-816c6dd8b3aecba1c869235693d4b930918b31ba.tar.gz dabmod-816c6dd8b3aecba1c869235693d4b930918b31ba.tar.bz2 dabmod-816c6dd8b3aecba1c869235693d4b930918b31ba.zip |
Always set the tist delay to 1 because of GainControl
-rw-r--r-- | src/ConfigParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |