Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 12 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-21T08:48:27.000Z (4 months ago)
- Last Synced: 2024-11-21T15:44:54.474Z (22 days 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: 372
- Watchers: 12
- Forks: 29
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - sound-switcher) - Sound input/output selector indicator for Ubuntu/Unity. (Applications / Productivity)
- Awesome-Linux-Software - ![Open-Source Software - sound-switcher) - Sound input/output selector indicator for Ubuntu/Unity. (Applications / Productivity)
README
[![GitHub release](https://img.shields.io/github/v/release/yktoo/indicator-sound-switcher.svg)](https://github.com/yktoo/indicator-sound-switcher/releases/latest)
[![GitHub](https://img.shields.io/github/license/yktoo/indicator-sound-switcher.svg)](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:
![Screenshot of the indicator](doc/menu.png)
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.