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.
|
6 years ago | |
---|---|---|
doc | 6 years ago | |
pulserest | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
main.py | 6 years ago | |
requirements.txt | 6 years ago | |
setup.py | 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
- @mk-fg for the python bindung of pulseaudio https://github.com/mk-fg/python-pulse-control
- Flask
- Flask-restful
- and other programmers