reduce smoothing const

This values introduces a latency of 5ms on 44.1kHz which shouldn't be noticable for anyone. At least I can't notice it. This will be
the base for calculating the smoothing value based on the samplerate, because higher samplerates need other values.
main
Georg Krause 2018-07-09 11:23:46 +02:00
parent dc63930e87
commit 4a176c2d96
1 changed files with 1 additions and 2 deletions

View File

@ -70,8 +70,7 @@
#define LUPPP_RETURN_ERROR 2
// Smoothing value
#define SMOOTHING_CONST 0.05
#define SMOOTHING_CONST 0.005
/// debug.hxx for printing convienience
#include "debug.hxx"