1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-22 22:32:17 +03:00

Update README.md

This commit is contained in:
Roman Kisil 2017-08-06 12:54:41 +01:00 committed by GitHub
parent a6bbe55387
commit d21100825a

View File

@ -1,5 +1,13 @@
eqMac2
===
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/eqMac2/Lobby?source=github)
# eqMac2
Free System-Wide Equalizer for the Mac.
[![Twitter Follow](https://img.shields.io/twitter/follow/RomanBitgapp.svg?style=social)](http://twitter.com/AudioKitMan)
eqMac2 is a Free System-Wide Equalizer for the Mac.
### How it started
If you are interested to know how eqMac was created, you can read the [Story](https://github.com/romankisil/eqMac2/blob/master/STORY.md)
### How it works
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.