Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 678 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 678 Bytes

Audio Compressor is an addon that uses dynamic range compression to make sound volumes more even.

There are presets for different levels of compression. You can customize the default settings or the settings for a specific site or page.

There are some sites it doesn't work with, cross-origin browser security blocks scripts from modifying audio/video from a different host. As far as I know there's no way around this.

This works by using the Web Audio API to get the audio context for a page, and inserting a DynamicsCompressorNode.

Audio Compressor screenshot