/pacmd-python

:penguin: python bindings to pacmd (CLI utility for pulseaudio)

Primary LanguagePythonMIT LicenseMIT

pacmd-python Build Status

Python bindings to pacmd. This transforms the semi-structured output from pacmd into dictionaries.

Deprecated

If all you want is a simple way to change volume and the active device, have a look at these configs/scripts in my dotfiles:

Why

In my research, programming with Pulseaudio generally requires strictly using the C bindings, which aren't easily scriptable. Python is a great fit for general purpose scripting.

Usage

TBD. Probably as a published package. For now, read the tests and copy the code.

Contributing

If you find this useful, I will gladly review PRs to help improve this project.