2017-08-06 15:29:17 +03:00
# eqMac2
2017-08-06 14:54:41 +03:00
2017-07-31 23:00:04 +03:00
[![Gitter ](https://img.shields.io/gitter/room/nwjs/nw.js.svg )](https://gitter.im/eqMac2/Lobby?source=github)
2017-08-06 14:54:41 +03:00
[![Twitter Follow ](https://img.shields.io/twitter/follow/RomanBitgapp.svg?style=social )](http://twitter.com/AudioKitMan)
2017-08-06 15:29:08 +03:00
[![Github All Releases ](https://img.shields.io/github/downloads/romankisil/eqMac2/total.svg )]() + 127k (Legacy)
2017-08-06 14:54:41 +03:00
2017-08-06 15:41:11 +03:00
## Free System-Wide Equalizer for the Mac.
2017-08-06 15:40:24 +03:00
< p align = "left" >
< img alt = "eqMac2 Screenshot EQ" height = "300" src = "https://user-images.githubusercontent.com/8472525/29003295-fa4f92f0-7aab-11e7-9b5d-9ff2fbc7f845.png" >
< img alt = "eqMac2 Screenshot Settings" height = "300" src = "https://user-images.githubusercontent.com/8472525/29003296-fa5602c0-7aab-11e7-8180-6b641dd27693.png" >
< / p >
2017-08-06 15:27:55 +03:00
## How to install?
2017-08-06 15:26:48 +03:00
Best way to install eqMac2 is from the website: https://bitgapp.com/eqmac
2017-08-06 15:27:55 +03:00
## How it started?
2017-08-06 14:54:41 +03:00
If you are interested to know how eqMac was created, you can read the [Story ](https://github.com/romankisil/eqMac2/blob/master/STORY.md )
2017-07-31 22:58:53 +03:00
2017-08-06 15:27:55 +03:00
## How to help?
2017-08-06 15:26:48 +03:00
If you are an Objective-C / C++ developer, please read the [Contribution Guide ](https://github.com/romankisil/eqMac2/blob/master/CONTRIBUTING.md )
2017-08-06 15:30:45 +03:00
If you are a user, you can always help by [Reporting Bugs ](https://github.com/romankisil/eqMac2/blob/master/CONTRIBUTING.md )
and/or [making direct contributions from the website ](https://bitgapp.com/eqmac/#/donate )
2017-08-06 15:26:48 +03:00
2017-08-06 15:27:55 +03:00
## How it works
2017-08-06 15:26:48 +03:00
2017-08-06 14:54:41 +03:00
I basically took Apple's [CAPlayThrough example ](https://developer.apple.com/library/content/samplecode/CAPlayThrough/Introduction/Intro.html ) and modified the AUGraph to have an EQ node. Combined it with [SoundFlower Audio Driver ](https://github.com/mattingalls/Soundflower ) and it just worked.
2017-08-06 15:01:30 +03:00
< p align = "center" >
< img alt = "eqMac2 Diagram" src = "https://user-images.githubusercontent.com/8472525/29003031-13d1cd60-7aa7-11e7-9868-6afc36a34b52.jpg" >
< / p >