chore(tts): schimbă vocea default din M1 în M2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user