1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-22 22:32:17 +03:00
macOS System-wide Audio Equalizer & Volume Mixer 🎧
Go to file
2017-08-18 12:29:48 +01:00
eqMac2.xcodeproj fixed signing identity 2017-08-05 13:37:10 +01:00
eqMac2.xcworkspace Added Readme, Slider sticking to middle and haptic feedback 2017-07-25 10:23:50 +01:00
eqMac.xcworkspace removed carbon framework 2017-08-02 19:03:25 +01:00
Source Maybe fixed device issues 2017-08-06 10:55:36 +01:00
.gitignore fixed signing identity 2017-08-05 13:37:10 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-08-06 11:21:09 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-08-10 15:01:39 +01:00
LICENSE Implemented a function to invert images 2017-07-23 21:31:30 +01:00
Podfile First commit, not finished yet 2017-07-23 13:01:17 +01:00
Podfile.lock removed carbon framework 2017-08-02 19:03:25 +01:00
README.md Update README.md 2017-08-18 12:29:48 +01:00
STORY.md First commit, not finished yet 2017-07-23 13:01:17 +01:00

eqMac2

Gitter Twitter Follow Github All Releases + 127k (Legacy)

Free System-Wide Equalizer for the Mac.

eqMac2 Screenshot EQ eqMac2 Screenshot Settings

How to install?

Best way to install eqMac2 is from the website: https://bitgapp.com/eqmac

Or if you use Homebrew: brew cask install eqmac

How it started?

If you are interested to know how eqMac was created, you can read the Story

How to help?

If you are an Objective-C / C++ developer, please read the Contribution Guide

If you are a user, you can always help by Reporting Bugs and/or making direct contributions from the website

How to build?

Please install CocoaPods 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

How it works

I basically took Apple's CAPlayThrough example and modified the AUGraph to have an EQ node. Combined it with SoundFlower Audio Driver and it just worked.

eqMac2 Diagram