Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Optionally normalize/transliterate characters #121

Open
NeonDaniel opened this issue Jun 3, 2024 · 0 comments
Open

[FEAT] Optionally normalize/transliterate characters #121

NeonDaniel opened this issue Jun 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@NeonDaniel
Copy link
Member

NeonDaniel commented Jun 3, 2024

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

  • Add config option to enable transliteration
  • Add some standard transliteration mapping for uk (and other languages?)

Other Considerations

wav_data = synthesizer.tts(sentence, **tts_kwargs)

@NeonDaniel NeonDaniel added enhancement New feature or request triage New issue needs review labels Jun 3, 2024
@NeonDaniel NeonDaniel moved this to Other Helpful Tasks in Community Projects Jun 3, 2024
@NeonDaniel NeonDaniel removed the triage New issue needs review label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Other Helpful Tasks
Development

No branches or pull requests

3 participants