From 1acd163cb57cc61c82421400e15639d8f9e7a0f5 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 23 Dec 2023 15:26:00 -0500 Subject: [PATCH] fft-interpolation is just interpolation now Signed-off-by: Skylar "The Cobra" Widulski --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 461d1b4..ae42fc5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Below is a list of values and what they do * `fft`: Whether or not to perform a fourier transform to show frequencies (like `spectrum` mode in most other visualizers) * `interpolation`: Number of points to interpolate between values. <1 means disable * `smoothing`: Smoothing mode. Possible values are: - * `#f`: No smoothing or interpolation. Disregards `fft-interpolation` + * `#f`: No smoothing or interpolation. Disregards `interpolation` * `'none`: No smoothing * `'moving-average`: Moving average * `'exponential`: Simple (basic) exponential smoothing