Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Sound input/output selector indicator for Linux

Awesome Lists containing this project

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.