https://github.com/rlxone/MultiSoundChanger
🎧 🔈 A small tool for changing sound volume even for aggregate devices cause native sound volume controller can't change volume of aggregate devices
https://github.com/rlxone/MultiSoundChanger
audio coreaudio macos swift volume volume-control volume-slider
Last synced: 6 months ago
JSON representation
🎧 🔈 A small tool for changing sound volume even for aggregate devices cause native sound volume controller can't change volume of aggregate devices
- Host: GitHub
- URL: https://github.com/rlxone/MultiSoundChanger
- Owner: rlxone
- License: apache-2.0
- Created: 2017-04-02T21:30:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T00:32:50.000Z (over 4 years ago)
- Last Synced: 2025-04-23T00:36:12.909Z (9 months ago)
- Topics: audio, coreaudio, macos, swift, volume, volume-control, volume-slider
- Language: Swift
- Homepage:
- Size: 1010 KB
- Stars: 253
- Watchers: 12
- Forks: 26
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MultiSound Changer for MacOS
Latest release https://github.com/rlxone/MultiSoundChanger/releases
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)
* Media keys support
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.
## Usage
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)
## Inspiration
* [retrography/audioswitch](https://github.com/retrography/audioswitch)
## Licence
* This project is released under the Apache 2.0 licence. See LICENCE