File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class Delay extends Effect {
114
114
*
115
115
* @method process
116
116
* @for p5.Delay
117
- * @param {Object } Signal An object that outputs audio
117
+ * @param {Object } src An object that outputs audio
118
118
* @param {Number } [delayTime] Time (in seconds) of the delay/echo.
119
119
* Some browsers limit delayTime to
120
120
* 1 second.
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ class Filter extends Effect {
112
112
* of filter parameters.
113
113
*
114
114
* @method process
115
- * @param {Object } Signal An object that outputs audio
115
+ * @param {Object } src An object that outputs audio
116
116
* @param {Number } [freq] Frequency in Hz, from 10 to 22050
117
117
* @param {Number } [res] Resonance/Width of the filter frequency
118
118
* from 0.001 to 1000
You can’t perform that action at this time.
0 commit comments