avindra / pacmd-python

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 99.4%Language:Makefile 0.6%