Skip to content
/ eq8Comp Public
forked from pulse0ne/eq8

Adds an audio compressor to the known eq8 browser extension

Notifications You must be signed in to change notification settings

guiohm/eq8Comp

 
 

Repository files navigation

icon Screenshot

eq8comp

Forked from https://github.com/pulse0ne/eq8

I needed to add a compressor to the original eq8 because separate audio extensions cannot share a common media source, so here it is.

Other changes:

  • FFT visualisation
  • upgraded to manifest v3
  • Saved preset are synced so you can retrieve them on other machines or browser instances
  • various other details, see commit logs

Original description

Pronounced 'equate'

eq8 is a web browser plugin (using the Web Extensions API) that brings a full-fledged parametric equalizer right to your browser. This allows you to equalize all of the HTML5 Audio/Video elements on any web page to your liking: YouTube™ videos, in-browser mp3's, etc. eq8 was inspired by Ableton® Live™'s awesome EQ Eight equalizer, and works similarly.

If you're feeling lost, there are some excellent videos online detailing how to effectively use an equalizer. That being said, I encourage you to play around with the plugin, because it's actually a lot of fun messing with the sounds in real-time.

Project setup

npm install

Compile and hot-reload for development

npm run build:watch

Compile and minify for production

npm run build

Runs the plugin as a temporary extension in Firefox

npm run start

Lints and fixes files

npm run lint


Legal Stuff

YouTube™ is a trademark of Google® LLC.
Live™ is a registered trademark of Ableton®.
eq8 and its authors have no affialiation or relation to or with the aforementioned entities.

About

Adds an audio compressor to the known eq8 browser extension

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 64.4%
  • JavaScript 27.6%
  • SCSS 7.6%
  • HTML 0.4%