From 424ebafab5c3914bdd1a35d1d9838bcb7b2574ef Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Sat, 19 Jan 2019 16:52:53 +0000 Subject: [PATCH] Detailed LFO in example folder --- ExampleFilters/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ExampleFilters/README.md b/ExampleFilters/README.md index fe718ef..952c4e8 100644 --- a/ExampleFilters/README.md +++ b/ExampleFilters/README.md @@ -17,6 +17,10 @@ Currently implemented filters: Amplify (or attenuate) the sample by the given factor (1 = unity gain, 0 = silence, 2 = double, etc) + + +Modulate the audio with a low-frequency oscillator. Specify the frequency and a factor of how much to modulate the audio signal. You can also specify an optional `phase="..."` (specified in radians) as an initial phase offset for the modulation. + A Biquad filter of the given type with a center frequency `fc` in Hz, a Q `q` and gain in Decibals of `gain`.