1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-29 09:57:18 +03:00
eqMac/README.md

17 lines
926 B
Markdown
Raw Normal View History

2017-08-06 14:54:41 +03:00
eqMac2
===
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)
eqMac2 is a Free System-Wide Equalizer for the Mac.
2017-07-31 22:58:53 +03:00
2017-08-06 14:54:41 +03:00
### 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)
2017-07-31 22:58:53 +03:00
2017-08-06 14:54:41 +03:00
### 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.
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>