Basic Sound player for Twitch written in C#, which also allows for setting up channel rewards for VoiceMod (since its native Twitch plugin normally only supports for rewards via Bits)
- SmartIrc4Net for IRC connection.
- NAudio for reliable audio playback.
- NAudio.Vorbis for Vorbis files playback.
- Newtonsoft.Json for deserializing Json.
- TwitchLub.PubSub to make it easier to handle events.
- websocket-sharp for communication with VoiceMod.