Metadata-Version: 2.1
Name: selectaudio
Version: 0.1.3
Summary: A tool to set PulseAudio source/sink using an interactive menu
Home-page: https://github.com/4thel00z/selectaudio
Author: 4thel00z
Author-email: 4thel00z@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: pulsectl
Requires-Dist: prompt-toolkit

# selectaudio

## Motivation

I am using the Yeti USB microphone, and it always reconfigures my default sink.
Since I have a pulseaudio based setup I wrote a simple `prompt_toolkit` cli that helps me choose my default source and sink.

## Installation

```
pip install selectaudio
```

## Usage

```
$ selectaudio
```

## License

This project is licensed under the GPL-3 license.
