You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: