Listen to music in co-op. Also it has text-to-speech.
Any URL to video/audio should work, unless it's a website where you need to sign-in to access it. YouTube, SoundCloud, forum posts, Discord attachments are some working examples. Anything YouTube-DL supports should work.
Benefits over traditional mic spamming:
- Volume is automatically normalized. No more "can you hear me?" troubleshooting.
- You can see the title and URL of what you're listening to. No more asking "song name?" and getting "darude sandstorm" as a response.
- DJs can easily queue song requests from listeners and create a playlist.
- Audio can be muted without using the buggy scoreboard mute system.
- You know who is actually listening.
- No need to mute your game audio if you want to stream music.
- No interruption in music because the streamer has trouble holding their mic key down.
- Unlike normal mic audio, the radio does not slowly begin to stutter over time.
The MicFix plugin should be installed along with this.
Use .radio in the console, select a channel, become DJ and say ~yourYoutubeUrl to start the music. Everyone on the channel will listen to your track.
There is an option for the Text-To-Speech function for chat messages. Check also .radio help.
- Player says which song to play
- Angel script plugin writes this msg in the log file
- Server (radio_server.py) checks this log file in the loop
- Server says to the client about this msg
- Client gets song from youtube
- Client (radio_client.py) streams video into ffmpeg
- Client notifies steam_voice about stream
- Steam_voice streams ffmpeg into packets in the necessary format for sven plugins
- Steam_voice sends those packets to the client
- Client resends them to the server
- Server writes them into the file format
- Angel script reads them
- Angel script plays the music and everybody is dancing, yay
Check this.