Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kousu/mumbleradio
Simple mumble:// music bot.
https://github.com/kousu/mumbleradio
Last synced: 9 days ago
JSON representation
Simple mumble:// music bot.
- Host: GitHub
- URL: https://github.com/kousu/mumbleradio
- Owner: kousu
- License: bsd-3-clause
- Created: 2020-05-02T08:33:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T09:53:57.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T17:36:20.181Z (27 days ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mumbleradio
Simple [mumble](https://mumble.info):// music bot.## Installation
Dependencies: python3.7+.
```
git clone https://github.com/kousu/mumbleradio/
cd mumbleradio
pip install -r requirements.txt
```## Example
Play a song off YouTube to mumble://mumble.snopyta.org.
```{bash}
./mumbleradio mumble.snopyta.org \
<(ffmpeg -loglevel quiet \
-i "$(youtube-dl -g https://www.youtube.com/watch?v=9mWLig0s_9k)" \
-f wav -acodec pcm_s16le -ac 1 -ar 48000 -)
```