From b530e59a218e798d7b253414d72090498fd4d502 Mon Sep 17 00:00:00 2001
From: ha7ilm <retzlerandras@gmail.com>
Date: Wed, 3 Dec 2014 12:02:21 +0100
Subject: [PATCH] comment fix

---
 libcsdr_gpl.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libcsdr_gpl.c b/libcsdr_gpl.c
index 27a80ce..7798ae9 100644
--- a/libcsdr_gpl.c
+++ b/libcsdr_gpl.c
@@ -99,9 +99,9 @@ void shift_addition_cc_test(shift_addition_data_t d)
 float agc_ff(float* input, float* output, int input_size, float reference, float attack_rate, float decay_rate, float max_gain, short hang_time, short attack_wait_time, float gain_filter_alpha, float last_gain)
 {
 	/*
-		Default working parameter values for voice:
-			attack_rate = 0.001
-			decay_rate = 0.01
+		Notes on parameters (with some default values):
+			attack_rate = 0.01
+			decay_rate = 0.001
 			hang_time = (hang_time_ms / 1000) * sample_rate
 				hang_time is given in samples, and should be about 4ms.
 				hang_time can be switched off by setting it to zero (not recommended).
-- 
GitLab