mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +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
|
@ -23,5 +23,8 @@
|
|||
dumpAudioParam(compressor.ratio);
|
||||
dumpAudioParam(compressor.attack);
|
||||
dumpAudioParam(compressor.release);
|
||||
|
||||
// Default reduction
|
||||
println(`reduction: ${compressor.reduction}`);
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue