1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-26 07:57:13 +03:00
macOS System-wide Audio Equalizer & Volume Mixer 🎧
Go to file
2018-03-22 09:15:39 +00:00
.github update github issue template 2018-03-22 09:15:39 +00:00
eqMac2 added github issue template 2018-03-22 09:13:34 +00:00
eqMac2.xcodeproj tracking the driver 2017-12-19 11:21:38 +00:00
eqMac2.xcworkspace almost done making the driver visible 2017-11-18 19:07:36 +00:00
eqMac2Driver almost done making the driver visible 2017-11-18 19:07:36 +00:00
eqMac2Driver.xcodeproj started the driver rewrite 2017-11-16 23:06:46 +00:00
eqMac2Helper work more or less 2017-11-24 11:58:43 +00:00
eqMac2Helper.xcodeproj tracking the driver 2017-12-19 11:21:38 +00: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-18 12:32:48 +01:00
LICENSE Implemented a function to invert images 2017-07-23 21:31:30 +01:00
Podfile fixed podfile 2017-12-12 13:39:48 +00:00
Podfile.lock fixed podfile 2017-12-12 13:39:48 +00:00
README.md Update README.md 2018-01-14 13:16:15 +00:00
STORY.md Update STORY.md 2017-11-03 08:57:52 +00:00

eqMac2 - System-Wide Equalizer for the Mac
eqMac2

System-Wide Equalizer for the Mac

chat on slack Twitter Download+ 127k (Legacy)


eqMac2 Screenshot EQ

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