From eabc2c50dc0fe0aebbf69f46935e4ee3f0a2614c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Retzler?= Date: Sun, 9 Dec 2018 11:13:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3de3b92..cbc7721 100755 --- a/README.md +++ b/README.md @@ -624,7 +624,7 @@ Syntax: It is an automatic gain control function. -- `hang_time` is the number of samples to wait before strating to increase the gain after a peak. +- `hang_time` is the number of samples to wait before starting to increase the gain after a peak. - `reference` is the reference level for the AGC. It tries to keep the amplitude of the output signal close to that. - `attack_rate` is the rate of decreasing the signal level if it gets higher than it used to be before. - `decay_rate` is the rate of increasing the signal level if it gets lower than it used to be before.