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

[BUG] Voice settings/switch languages not working #555

Open
1 task done
shuther opened this issue May 23, 2024 · 2 comments
Open
1 task done

[BUG] Voice settings/switch languages not working #555

shuther opened this issue May 23, 2024 · 2 comments
Labels
type: bug Something isn't working

Comments

@shuther
Copy link

shuther commented May 23, 2024

Description

Any language I picked up (French or random one), the voice is always in english when I select an assistant voice.
The call to the API doesn't return anything outside of English (in the label section). I am not sure what is expected?
curl -X GET 'https://api.elevenlabs.io/v1/voices' -H 'Content-Type: application/json' -H 'xi-api-key: xxx'

maybe connected to #75.

Device and browser

Mac, Brave, latest git version of big-AGI

Screenshots and more

Screenshot 2024-05-23 at 08 48 33

Willingness to Contribute

  • 🙋‍♂️ Yes, I would like to contribute a fix.
@shuther shuther added the type: bug Something isn't working label May 23, 2024
@enricoros
Copy link
Owner

Change the language drop-down mostly changes the microphone language (using the Web Speech API).
As far as output languages, changing the language should activate the multi-lingual model in ElevenLabs: still the same name for the voice, but with the ability of emitting sounds in multiple languages.

@shuther
Copy link
Author

shuther commented May 27, 2024

Maybe I am missing what I could change and what I should expect.
Are you saying that when I select a different name in the dropdown, I should hear somebody else with a different language ? Today I hear different people but always in English?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants