From 90e0cbb36e1eda10c17ba61d7e8d73e3127af5ca Mon Sep 17 00:00:00 2001 From: Addison Hanrattie <40609224+supersimple33@users.noreply.github.com> Date: Sun, 1 Aug 2021 11:51:56 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fab254..a2e5aea 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ In order to listen to system sound Touch Bar Visualizer requires BlackHole to be ### Installation Once BackHole has been installed (or not) you may either download the source of this project or download the latest [release](https://github.com/supersimple33/Touch-Bar-Visualizer/releases). ### Usage -Upon opening the app a new aggregate device will be created between soundflower and the currently selected output speakers. The volume levels for this device are then leveled using rnine's [AMCoreAudio](https://github.com/rnine/AMCoreAudio). Next the audio inputs will be analyzed and a visualization will be sent to the touch bar. When closing the app the aggregate device will be closed and the input returned to normal. +Upon opening the app a new aggregate device will be created between soundflower and the currently selected output speakers. The volume levels for this device are then leveled using rnine's [AMCoreAudio](https://github.com/rnine/AMCoreAudio). Next the audio inputs will be analyzed and a visualization will be sent to the touch bar. When closing the app the aggregate device will be closed and the input returned to normal. You may switch between the blocks view and the line view using the switch within the window. The color of the line visualizer may be changed using the colorwell in the window. ### Microphone & Other Audio Inputs If you don't need or don't want to install blackhole you may press the `use without blackhole` button to capture audio from the default input audio device. This process also works if you have blackhole installed and unchecking and checking this option will switch between the two modes. This mode allows for easier interfacing with other programs that also monitor system sound or allows you to vissualize the sound in your current enviroment. ### Background Usage -The app will continue to run in the background and can be found on the control strip along with volume and brightness settings. +The app will continue to run in the background and can be found on the control strip along with volume and brightness settings. To shutdown the app ensure you quit not only just close the window. ## ToDo -- Add a different view for the Vissualizer (this is probably next and if you have any ideas create a PR or leave a comment +- ~~Add a different view for the Vissualizer (this is probably next and if you have any ideas create a PR or leave a comment.~~ - ~~Create a new menu for selecting different audio inputs other than soundflower.~~ ## Community - If you find a bug or would like to request a feature/leave feedback please open an issue