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 13:01:30 +01:00 committed by GitHub
parent d21100825a
commit 5a6551ffe2

View File

@ -11,3 +11,6 @@ If you are interested to know how eqMac was created, you can read the [Story](ht
### 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.
<p align="center">
<img alt="eqMac2 Diagram" src="https://user-images.githubusercontent.com/8472525/29003031-13d1cd60-7aa7-11e7-9868-6afc36a34b52.jpg">
</p>