fft-interpolation is just interpolation now

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-23 15:26:00 -05:00
parent ed890c469b
commit 1acd163cb5
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 1 additions and 1 deletions

View File

@ -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