From 17ec4d3bf7d49579d8ff8108c00cf45eecfaa1d7 Mon Sep 17 00:00:00 2001 From: encrypt Date: Wed, 15 Apr 2020 16:25:01 +0200 Subject: [PATCH] update readme --- mumble-bot/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mumble-bot/README.md b/mumble-bot/README.md index 9fcb041..9289664 100644 --- a/mumble-bot/README.md +++ b/mumble-bot/README.md @@ -7,7 +7,6 @@ install -------- ``` -pip install --user pyaudio # che in realta non serve poi lo levo git clone https://github.com/azlux/pymumble # quest non sta su pypy cd pymumble pip3 install --user -r requirements.txt @@ -20,5 +19,12 @@ ascolta con pulseaudio ``` -python3 bot.py | paplay --raw --rate=48000 --format=s16le --channels=1 +python3 bot.py | paplay --raw --rate=48000 --format=s16le --channels=2 +``` + +streama +------- + +``` + python3 bot.py | ffmpeg -ac 2 -ar 48000 -f s16le -i pipe: -codec:a libvorbis -qscale:a 3 -content_type 'audio/ogg' -vn -f ogg icecast://username:passwordsicura@ice.cast:8000/test.ogg ```