Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Filter Badwords #28

Open
kanimaru opened this issue Feb 22, 2024 · 2 comments
Open

[Feature Request] Filter Badwords #28

kanimaru opened this issue Feb 22, 2024 · 2 comments

Comments

@kanimaru
Copy link

Hi just an Idea to have a badword filter and stop them from speaking when detected.

@johnebgood
Copy link
Contributor

This is a hard problem to solve, if there are specific bad words you want to filter that can be done with Twitch auto mod. The AWS translator has a bad word filter mask that can be enabled. Blocking words that sound like bad words can be done with an LLM like ChatGPT but there's no way to account for all the phonetic ways to say something without some sort of "intelligence". I am going to add the ability to not speak certain terms and an option to enable the translator filter. Will update this when I implement that.

@kanimaru
Copy link
Author

I can't remember but there was a sentence in a language that twitch doesn't automoderate that got translated and TTS sayed something really bad on stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants