diff --git a/src/fast_commands.py b/src/fast_commands.py index 28d2f35..e2d3f30 100644 --- a/src/fast_commands.py +++ b/src/fast_commands.py @@ -728,7 +728,7 @@ def cmd_audio(args: list[str]) -> str: /audio M2 [text|url|gol] → voce specificată (M1-M5, F1-F5) /audio ajutor → ajutor """ - voice = "M1" + voice = "M2" remaining = list(args) # Detectare voce ca prim token diff --git a/tools/tts.py b/tools/tts.py index 2b7acbe..8f3b133 100644 --- a/tools/tts.py +++ b/tools/tts.py @@ -20,7 +20,7 @@ import httpx SUPERTONIC_URL = "http://127.0.0.1:7788" VOICES = {"M1", "M2", "M3", "M4", "M5", "F1", "F2", "F3", "F4", "F5"} -DEFAULT_VOICE = "M1" +DEFAULT_VOICE = "M2" DEFAULT_LANG = "ro"