-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39a52f1
commit 8598252
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# MultiSound Changer for MacOS | ||
|
||
A small tool for changing sound volume **even for aggregate devices** cause native sound volume controller can't change volume of aggregate devices (it was always pain in the ass with my laptop). | ||
|
||
Features: | ||
* **Changing sound volume of every device** (even virtual aggregate device volume by changing volume of every device in aggregate device) | ||
* Changing default output device | ||
* Native appearance (looks like native volume controller) | ||
|
||
I think it can be very useful if you're using VoodooHDA with 4.0+ sound on the board (my use case), but you can find another use cases. | ||
|
||
For example if you want to play 2 or more output devices at the same time you should: | ||
* Create aggregate device in Audio MIDI Setup | ||
* Add all output devices you want to this new aggregate device | ||
* Hide default sound controller icon if enabled (by dragging away or in audio preferences) | ||
* Use our app to control sound volume | ||
* Add our app to startup (if you need) | ||
|
||
 |