mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
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:
parent
cf615cbd1c
commit
3ccbc83168
Notes:
sideshowbarker
2024-07-16 17:12:03 +09:00
Author: https://github.com/shannonbooth
Commit: 3ccbc83168
Pull-request: https://github.com/SerenityOS/serenity/pull/24351
4 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue