Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.87 KB

README.md

File metadata and controls

66 lines (44 loc) · 1.87 KB

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.