Text-to-Speech
Safetensors
fish_qwen3_omni
instruction-following
multilingual

Farsi with Hindi Accent issue

#15
by devops724 - opened

Hi, i have issue on Farsi TTS, it generate persian speech with hindi accent
text for test
من درد تو را ز دست آسان ندهم
دل بر نکنم ز دوست تا جان ندهم

A likely cause is script-based language detection. Persian and Urdu share the Perso-Arabic script, and Urdu phonology sits close to Hindi, so if the language is inferred from the characters rather than passed explicitly the model can route Farsi text down an Urdu path. Worth setting the language code explicitly if the API exposes one, and conditioning on a Farsi reference clip rather than a multilingual one.

Sign up or log in to comment