WhiskerWeirdo / BanterBrain-Buddy

BanterBrain Buddy is a Windows based Speech-To-Text to LLM to Text-To-Speech client-program for general entertainment or as a streaming companion.
GNU General Public License v3.0
2 stars 0 forks source link

More input options to STT #34

Open cdusold opened 2 months ago

cdusold commented 2 months ago

I stream with friends often and would like to open the discord chat to STT for talking to the buddies. This likely will be unusable until #19 is implemented.

WhiskerWeirdo commented 2 months ago

The last item is a no-go from a design standpoint. While BBB itself uses external API's en services like Twitch, Azure, OpenAI, etc. I do not want webhook integration functionality exposed from the application itself. The whole point I disliked from JJ is that you are reliant on an external service for the basic functionality of the application to work.

BBB is a local running client-program; so websocket client or eventbus message digestion (like eventSub for Twitch is) are within design boundaries.