diff --git a/README.md b/README.md index 470bb94..c9aa1c5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,18 @@ In the lower frame microphones can be seen in the inputs list view, and applicat # Build instructions To build the project: `git clone https://github.com/ChrisRuff/SysMan.git` +`cd SysMan` `cmake -Bbuild` `cd build && make` `./SysMan` + + + +# Example +![Example](docs/Ex.png) +In this example the audio output of the HyperX microphone is combined with the audio from Google Chrome and Spotify, while Zoom audio is directed to the Sysman audio channel to be sent to my headphones(Microphone doesn't pick up this audio) + +**TO BE CLEAR**: +* Sysman-Audio is sent to YOUR headphones alone +* Sysman-Apps is sent to your headphones AS WELL AS your microphone +* Sysman-(Apps+Mic) replaces your microphone as it has the apps included in the audio diff --git a/docs/Ex.png b/docs/Ex.png new file mode 100644 index 0000000..4e6f04f Binary files /dev/null and b/docs/Ex.png differ