Skip to content

andria-dev/audio-compressor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.7%
  • HTML 11.7%
  • CSS 10.6%