Detailed LFO in example folder

This commit is contained in:
2019-01-19 16:52:53 +00:00
parent 73d4feb679
commit 424ebafab5

View File

@@ -17,6 +17,10 @@ Currently implemented filters:
Amplify (or attenuate) the sample by the given factor (1 = unity gain, 0 = silence, 2 = double, etc)
<lfo frequency="10" depth="0.2" />
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.
<biquad type="..." fc="..." q="..." gain="..." />
A Biquad filter of the given type with a center frequency `fc` in Hz, a Q `q` and gain in Decibals of `gain`.