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

T2S - uppercase shortcuts are not spelled out #126

Open
ivan-homoliak-sutd opened this issue Oct 12, 2023 · 1 comment
Open

T2S - uppercase shortcuts are not spelled out #126

ivan-homoliak-sutd opened this issue Oct 12, 2023 · 1 comment

Comments

@ivan-homoliak-sutd
Copy link

I tested English pronunciation and observed that the uppercase shortcuts are not spelled out, e.g., GPT, GPU.

@nikito
Copy link
Contributor

nikito commented Oct 12, 2023

Related to #125
This is more or less the same limitation of SpeechT5, and TTS in general. TTS doesn't always do well with acroynms because it is trying to parse out the phonemes of the text as if it were words. Of course, GPU/GPT are not words, but TTS on its own isn't smart enough to know that, so pre-processing is needed to split these out, such as 'G P U' or 'G P T'. As mentioned in #125 this is something we will look into more as willow advances. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants