Rename group -> tags

This commit is contained in:
Václav Volhejn 2025-10-11 14:11:50 +02:00
parent a4d7803d43
commit 5032b4e966
7 changed files with 368 additions and 368 deletions

View file

@ -80,7 +80,7 @@ reverbGen.generateGraph = function (data, width, height, min, max) {
@param {number} lpFreqEndAt
@param {!function(!AudioBuffer)} callback May be called
immediately within the current execution context, or later.
@group effects
@tags effects
*/
var applyGradualLowpass = function (input, lpFreqStart, lpFreqEnd, lpFreqEndAt, callback) {
if (lpFreqStart == 0) {