LibWeb: Add a stubbed slot for DynamicsCompressorNode.reduction

For now, this slot is always 0 - (the default value per spec). But
once we start actually processing audio streams this internal slot
should be changed correspondingly.
This commit is contained in:
Shannon Booth 2024-05-11 20:39:46 +12:00 committed by Andreas Kling
commit 3ccbc83168
Notes: sideshowbarker 2024-07-16 17:12:03 +09:00
4 changed files with 9 additions and 1 deletions

View file

@ -7,3 +7,4 @@ Object
[object AudioParam] current: 12, default: 12, min: 1, max: 20, rate: k-rate
[object AudioParam] current: 0.003000000026077032, default: 0.003000000026077032, min: 0, max: 1, rate: k-rate
[object AudioParam] current: 0.25, default: 0.25, min: 0, max: 1, rate: k-rate
reduction: 0