From 0d2d5b860d620c298b3998b022fa79bfe207569a Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Wed, 27 May 2026 05:56:55 +0000 Subject: [PATCH] =?UTF-8?q?chore(tts):=20schimb=C4=83=20vocea=20default=20?= =?UTF-8?q?din=20M1=20=C3=AEn=20M2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/fast_commands.py | 2 +- tools/tts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"