Discord bot that streams audio from stdin to a voice channel.

  • By Kees van Voorthuizen
  • Last update: May 17, 2022
  • Comments: 0

praat

Discord bot that streams audio from stdin to a voice channel.

Example

yt-dlp "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -o - \
    | ffmpeg -i - -f opus - \
    | BOT_TOKEN=`cat .token` praat -c CHANNEL_ID

Pass -af acrusher=.1:1:64:0:log to ffmpeg for extra fun (I am not responsible for permanent hearing damage).

Author

Kees van Voorthuizen

License

GPLv3

Download

praat.zip