CoolFace
Apppublic

mlmihjaz/dhivehi-tts-api

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

Dhivehi TTS API

Real-time Dhivehi Text-to-Speech API using Facebook MMS-TTS.

Endpoints

POST /synthesize

Send text, get full WAV audio back.

json
{
  "text": "ދިވެހިރާއްޖެ",
  "voice": "female",
  "speed": 1.0
}

POST /stream

Stream audio chunk by chunk per sentence.

GET /status

Check if model is loaded.

Voices

  • female — Aminath (default, original model voice)
  • male — Ibrahim (pitch shifted down)