2017-08-22 21:32:03 +03:00
< h1 align = "center" >
< a href = "https://bitgapp.com/eqmac" > < img src = "https://github.com/romankisil/eqMac2/blob/master/Source/Assets/Assets/Icons/256x256.png?raw=true?raw=true" alt = "eqMac2 - System-Wide Equalizer for the Mac" width = "200" > < / a >
< br >
eqMac2
< / h1 >
< h4 align = "center" > System-Wide Equalizer for the Mac< / h4 >
< p align = "center" >
< a href = "https://gitter.im/eqMac2/Lobby?source=github" > < img src = "https://img.shields.io/gitter/room/nwjs/nw.js.svg" alt = "chat on gitter" > < / a >
< a href = "http://twitter.com/RomanBitgapp" > < img src = "https://img.shields.io/twitter/follow/RomanBitgapp.svg?style=social" alt = "Twitter" > < / a >
< a href = "https://github.com/romankisil/eqMac2/releases" > < img src = "https://img.shields.io/github/downloads/romankisil/eqMac2/total.svg" alt = "Download" > < / a > + 127k (Legacy)
< / p >
2017-08-06 14:54:41 +03:00
2017-08-22 21:32:03 +03:00
< br >
2017-08-06 14:54:41 +03:00
2017-08-06 15:41:11 +03:00
2017-08-22 21:32:03 +03:00
< p align = "center" >
2017-08-22 21:51:20 +03:00
< img alt = "eqMac2 Screenshot EQ" height = "300" src = "https://user-images.githubusercontent.com/8472525/29582045-27cbf68c-8773-11e7-8490-8fbc6eaea743.png" >
2017-08-06 15:40:24 +03:00
< / 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
2017-08-06 16:59:26 +03:00
Or if you use [Homebrew ](https://brew.sh/ ): `brew cask install 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-18 14:29:48 +03:00
## How to build?
Please install [CocoaPods ](https://cocoapods.org/ ) dependency manager on your Mac.
Then in Terminal:
```
git clone https://github.com/romankisil/eqMac2.git
cd eqMac2/
pod install
open eqMac2.xcworkspace
```
And then ⌘R
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 >