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

Voice list needs to be organized #7

Open
ari-os310 opened this issue Jun 20, 2020 · 0 comments
Open

Voice list needs to be organized #7

ari-os310 opened this issue Jun 20, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ari-os310
Copy link
Owner

Currently, the menu bar toggles open to a list of voices that comes from the Text-to-Speech API. The voices are rendered without any order or organization. This issue intends to:

  • sort voices by language starting at English

  • create clear dividers between each language

For example:
English
en-US_LisaV2Voice
en-US_MicahelV3Voice
en-US_HenryV3Voice
French
fr-FR-ReneeV3Voice
fr-FR-ReneeVoice
Italian
it-IT_FrancescaVoice

...and so on.

Voice mapping can be found on lines 135-144 in NavBar.js
See here

Voice API call is found in Index.js lines 123-134
See here

@ari-os310 ari-os310 added the good first issue Good for newcomers label Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant