https://github.com/yktoo/indicator-sound-switcher
Sound input/output selector indicator for Linux
https://github.com/yktoo/indicator-sound-switcher
appindicator gtk3 indicator-sound-switcher pulseaudio python3 sound ubuntu
Last synced: 6 months ago
JSON representation
Sound input/output selector indicator for Linux
- Host: GitHub
- URL: https://github.com/yktoo/indicator-sound-switcher
- Owner: yktoo
- License: gpl-3.0
- Created: 2012-10-26T19:24:21.000Z (almost 13 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-21T08:48:27.000Z (about 1 year ago)
- Last Synced: 2025-03-29T02:06:27.254Z (6 months ago)
- Topics: appindicator, gtk3, indicator-sound-switcher, pulseaudio, python3, sound, ubuntu
- Language: Python
- Homepage: https://yktoo.com/en/software/sound-switcher-indicator/
- Size: 796 KB
- Stars: 384
- Watchers: 12
- Forks: 29
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ](https://github.com/yktoo/indicator-sound-switcher/releases/latest)
[](COPYING)# Sound Switcher Indicator
Sound input/output selector application for Linux.
It shows an icon in the indicator area or the system tray (whatever is available in your desktop environment). The icon's menu allows you to switch the current sound input and output (i.e. *source ports* and *sink ports* in PulseAudio's terms, respectively) with just two clicks:

The application makes use of the native PulseAudio API.
For details see:
* http://yktoo.com/en/software/indicator-sound-switcher/ (English)
* http://yktoo.com/ru/software/indicator-sound-switcher/ (русский)More in the documentation:
* [Installation](doc/install.md)
* [Configuration](doc/config.md)
* [Localisation](doc/i18n.md)
* [Changelog](debian/changelog)## Bug Reporting
Run the application in verbose mode to see the detailed log:
indicator-sound-switcher -vv
and, once the error condition has been reproduced, [file a bug report](https://github.com/yktoo/indicator-sound-switcher/issues) and attach the output to it.