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: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T00:32:50.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T05:51:44.595Z (2 months ago)
- Topics: audio, coreaudio, macos, swift, volume, volume-control, volume-slider
- Language: Swift
- Homepage:
- Size: 1010 KB
- Stars: 240
- Watchers: 12
- Forks: 26
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
## MultiSound Changer for MacOS
Latest release https://github.com/rlxone/MultiSoundChanger/releasesA 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 supportI 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