-
Notifications
You must be signed in to change notification settings - Fork 0
utils.DspUtils.Interface.AdjustSignalLevelOptions
Christian d'Heureuse edited this page Jun 6, 2026
·
2 revisions
dsp-collection / utils/DspUtils / AdjustSignalLevelOptions
Options for adjustSignalLevel.
optional clippingLevel?: number;If set, hard-clip samples to this value after scaling (e.g. 0.999).
optional targetMaxLevel?: number;If set, scale so the peak samples reach this value (e.g. 0.999).
optional targetRms?: number;If set, scale so the RMS reaches this value.