Akvanvig / roboto-go

5 stars 0 forks source link

Music streaming functionality #5

Open Akvanvig opened 2 years ago

Akvanvig commented 2 years ago

Should be able to search for music/videos and stream audio to voice channels

At the very least to be able to:

Other nice to haves:

Tools that might be helpful to implementing features:

MrOctopus commented 1 year ago

https://github.com/wader/goutubedl

MrOctopus commented 1 year ago

https://www.reddit.com/r/golang/comments/mh7vza/stream_yt_audio_from_go/

MrOctopus commented 1 year ago

https://github.com/bwmarrin/dgvoice/blob/master/dgvoice.go

MrOctopus commented 1 year ago

We also need to handle forced disconnects (kicks) properly

MrOctopus commented 1 year ago

https://pkg.go.dev/github.com/Vernacular-ai/godub@v0.1.6/audioop

MrOctopus commented 1 year ago

I even added a replay mode!