dmcallejo / quakesounds_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quakesounds_bot

Telegram bot to send inline Quake Sounds.

Build Status Docker Automated build Docker Build Status Docker Pulls

All audios must be encoded using ffmpeg with these parameters:

ffmpeg -i $INPUT -map_metadata -1 -ac 1 -map 0:a -codec:a libopus -b:a 128k -vbr off -ar 48000 $OUTPUT

About


Languages

Language:Python 98.1%Language:Dockerfile 1.9%