NeonGeckoCom / neon-tts-plugin-coqui

Coqui AI TTS plugin
https://huggingface.co/spaces/neongeckocom/neon-tts-plugin-coqui
Other
65 stars 5 forks source link

[FEAT] Optionally normalize/transliterate characters #121

Open NeonDaniel opened 3 months ago

NeonDaniel commented 3 months ago

Objective

Non-latin languages will not generate audio for Latin characters. There should be a standard method for transliteration here to help make text synthesis possible. Consider also normalizing characters (i.e. @, ') which are not mapped in all language models.

Initial Implementation Requirements

Other Considerations

https://github.com/NeonGeckoCom/neon-tts-plugin-coqui/blob/de50afab8e1b185dac128ddc54a1df3ad3798706/neon_tts_plugin_coqui/__init__.py#L114