TASagent/TASagentTwitchBotCore

Create a streamlined system for adding/uploading sound effects through the control page

Closed this issue · 1 comments

Currently, sound effects can be added by editing the json file before the application launches or calling AddEffect on TASagentTwitchBot.Core.Audio.SoundEffectSystem. This would probably also necessitate an interface for removing, editing, updating sound effects and aliases. If things can be added, they need to be removable too.

Done