mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-11 09:34:42 +02:00
feat(stt-client): stt --voices / --install-voice (changer de voix Piper)
Faciliter le changement de voix (le simple --update ne bascule rien : la config perso prime sur le défaut). - `stt --voices` : liste les voix Piper FR (homme/femme), URLs vérifiées sur HuggingFace rhasspy/piper-voices. - `stt --install-voice fr_FR-tom-medium` : télécharge .onnx + .onnx.json et SÉLECTIONNE la voix (écrit tts_engine=piper + piper_voice dans stt.toml, en préservant les autres réglages). Puis `stt --restart`. - doc : admin/ia/stt.md (note « pourquoi --update ne change pas la voix »). Client 0.16.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
610d32f1e9
commit
ed57169653
3 changed files with 97 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "stt"
|
||||
version = "0.15.0"
|
||||
version = "0.16.0"
|
||||
description = "STT — client vocal Jarvis du homelab Funk (voix + HUD, parle au STT-server)"
|
||||
requires-python = ">=3.11"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue