I don't know if this will help, but it seems the problem is in:
With uBlock Origin active, I got these errors:
Code: Select all
Timestamp: 11/15/2025 03:16:03 PM
Error: ReferenceError: Mousetrap is not defined
Source File: https://mynoise.net/NoiseMachines/waterfallSoundGenerator.php
Line: 2816
Timestamp: 11/15/2025 03:16:03 PM
Error: ReferenceError: $ is not defined
Source File: https://mynoise.net/NoiseMachines/waterfallSoundGenerator.php
Line: 4605
Timestamp: 11/15/2025 03:16:03 PM
Error: ReferenceError: $ is not defined
Source File: https://mynoise.net/NoiseMachines/waterfallSoundGenerator.php
Line: 4622
Timestamp: 11/15/2025 03:16:03 PM
Error: ReferenceError: $ is not defined
Source File: https://mynoise.net/NoiseMachines/waterfallSoundGenerator.php
Line: 4751
Timestamp: 11/15/2025 03:16:03 PM
Error: ReferenceError: $ is not defined
Source File: https://mynoise.net/NoiseMachines/waterfallSoundGenerator.php
Line: 667
With uBo disabled, I got (basically) the same error as the OP:
Code: Select all
Timestamp: 11/15/2025 03:19:21 PM
Error: TypeError: Illegal constructor.
Source File: https://mynoise.net/NoiseMachines/waterfallSoundGenerator.php
Line: 773
If I'm understanding correctly, this is line 773 up to line 780:
Code: Select all
dynCompressor=new DynamicsCompressorNode(context, {
// working as a limiter
threshold: -12,
knee: 6,
ratio: 10,
attack: 0.05,
release: 2
});