mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 17:16:04 +00:00
LibWeb: Add AudioParams for DynamicsCompressorNode
This commit is contained in:
parent
8fa7b2c173
commit
cf615cbd1c
Notes:
sideshowbarker
2024-07-16 22:16:50 +09:00
Author: https://github.com/shannonbooth
Commit: cf615cbd1c
Pull-request: https://github.com/SerenityOS/serenity/pull/24351
5 changed files with 55 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue