LibWeb: Add AudioParams for DynamicsCompressorNode

This commit is contained in:
Shannon Booth 2024-05-11 19:52:08 +12:00 committed by Andreas Kling
commit cf615cbd1c
Notes: sideshowbarker 2024-07-16 22:16:50 +09:00
5 changed files with 55 additions and 6 deletions

View file

@ -2,3 +2,8 @@ DynamicsCompressorNode
AudioNode
EventTarget
Object
[object AudioParam] current: -24, default: -24, min: -100, max: 0, rate: k-rate
[object AudioParam] current: 30, default: 30, min: 0, max: 40, rate: k-rate
[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