istruzioni installazione
This commit is contained in:
parent
15c5fffb08
commit
e27aeaff68
1 changed files with 2 additions and 5 deletions
|
@ -7,10 +7,7 @@ Install
|
||||||
--------
|
--------
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/azlux/pymumble # quest non sta su pypy
|
pip3 install git+https://github.com/azlux/pymumble # quest non sta su pypy
|
||||||
cd pymumble
|
|
||||||
pip3 install --user -r requirements.txt
|
|
||||||
python3 setup.py install --user
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Usi
|
Usi
|
||||||
|
@ -21,7 +18,7 @@ Usi
|
||||||
con pulseaudio
|
con pulseaudio
|
||||||
|
|
||||||
```
|
```
|
||||||
python3 bot.py --stream --channel "canale" | paplay --raw --rate=48000 --format=s16le --channels=2
|
python3 bot.py --stream --channel "canale" | paplay -n mumblebot --raw --rate=48000 --format=s16le --channels=2
|
||||||
```
|
```
|
||||||
|
|
||||||
### Stream to icecast
|
### Stream to icecast
|
||||||
|
|
Loading…
Reference in a new issue