CoolFace
Apppublic

Nolicae/espagnol-tts

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
App README

espagnol-tts

Moteur TTS local compatible API Google Cloud TTS, spécialisé voix espagnoles.

Endpoints

MéthodeRouteDescription
GET/healthStatut du service
GET/v1/voicesListe des voix disponibles
POST/v1/text:synthesizeSynthèse audio (base64)
POST/v1/text:streamingSynthesizeSynthèse en streaming

Exemple

bash
curl -X POST https://<your-space>.hf.space/v1/text:synthesize \
  -H "Content-Type: application/json" \
  -d '{"input":{"text":"Hola mundo"},"voice":{"languageCode":"es-ES"},"audioConfig":{"audioEncoding":"MP3"}}'

Voix disponibles

44 voix Microsoft Neural (online) couvrant 22 variantes régionales de l'espagnol.