Skip to content

keesvv/praat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages