rest interface for pulseaudio
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tuxcoder 8d095f9ea4 fix 6 years ago
doc add config file 6 years ago
pulserest add config file 6 years ago
LICENSE add LICENSE 6 years ago
README.md add readme 6 years ago
main.py fix name 6 years ago
requirements.txt fix 6 years ago
setup.py fix 6 years ago

README.md

PulseRest

About

Install

    git clone ...
    cd pulseRest
    virtualenv -p python3 venv
    ./venv/bin/pip -r requirement.txt
    ./venv/bin/python main.py

##Thanks