[UPD] added a ррр sound

All р vovels now turns into ррр
This commit is contained in:
homayk228
2025-03-05 23:11:03 +07:00
parent 5fa22eb6a8
commit 165941c927

View File

@@ -22,6 +22,9 @@ class NekoSpeakModule(loader.Module):
if word.lower().startswith("н") and len(word) > 1:
word = "ня" + word[2:]
new_words.append(word)
if word.lower().startswith("р") and len(word) > 1:
word = "ррр" + word[1:]
new_words.append(word)
text = " ".join(new_words)
# Замена стандартных фраз