mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02: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:
committed by
Andreas Kling
parent
cf615cbd1c
commit
3ccbc83168
Notes:
sideshowbarker
2024-07-16 17:12:03 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/3ccbc83168 Pull-request: https://github.com/SerenityOS/serenity/pull/24351
@@ -23,5 +23,8 @@
|
||||
dumpAudioParam(compressor.ratio);
|
||||
dumpAudioParam(compressor.attack);
|
||||
dumpAudioParam(compressor.release);
|
||||
|
||||
// Default reduction
|
||||
println(`reduction: ${compressor.reduction}`);
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user