From c61b592f71f2d2cf0e8fd9dbe181b0990286b7ba Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Thu, 24 Oct 2013 09:06:03 -0700 Subject: [PATCH] Increased xSF silence detection threshold even more for some stupid DSF rips. --- Plugins/HighlyComplete/HighlyComplete/circular_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/HighlyComplete/HighlyComplete/circular_buffer.h b/Plugins/HighlyComplete/HighlyComplete/circular_buffer.h index b2c568bff..4b8f3887d 100644 --- a/Plugins/HighlyComplete/HighlyComplete/circular_buffer.h +++ b/Plugins/HighlyComplete/HighlyComplete/circular_buffer.h @@ -4,7 +4,7 @@ #include #include -long const silence_threshold = 16; +long const silence_threshold = 64; template class circular_buffer