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

Add support for Language parameter in TextToSpeach API endpoint #66

Closed
Mylan719 opened this issue Oct 14, 2024 · 2 comments · Fixed by #69 or RageAgainstThePixel/com.rest.elevenlabs#100
Assignees
Labels
enhancement New feature or request

Comments

@Mylan719
Copy link
Contributor

Mylan719 commented Oct 14, 2024

Feature Request

Is your feature request related to a problem? Please describe.

The new Eleven Labs API supports now optional language parameter for model Turbo V2.5
https://elevenlabs.io/docs/api-reference/text-to-speech

From documentation

language_code: string

Language code (ISO 639-1) used to enforce a language for the model. Currently only Turbo v2.5 supports language enforcement. For other models, an error will be returned if language code is provided.

Describe the solution you'd like

  • It would be nice to add parameter for language code to TextToSpeechRequest so we could use full potential of Turbo V2
  • Maybe please add error if the parameter is added in combination with some other model.
@Mylan719 Mylan719 added the enhancement New feature or request label Oct 14, 2024
@StephenHodgson StephenHodgson self-assigned this Oct 14, 2024
Mylan719 pushed a commit to Mylan719/ElevenLabs-DotNet that referenced this issue Oct 27, 2024
- Added parameter to text-to-speach endpoint and request
- Added a check
- Added a test for the new parameter
This belongs to RageAgainstThePixel#66
StephenHodgson added a commit that referenced this issue Oct 27, 2024
- Added parameter to text-to-speach endpoint and request
- Added a check
- Added a test for the new parameter 
- This belongs to #66

---------

Co-authored-by: Milan Mikuš <[email protected]>
Co-authored-by: Stephen Hodgson <[email protected]>
@StephenHodgson StephenHodgson linked a pull request Oct 27, 2024 that will close this issue
@xbenderCH
Copy link

Wonderful! Any estimation when you release the new version? Thanks for all your effort!

@StephenHodgson
Copy link
Member

maybe this weekend, but don't give your hope up 😅

StephenHodgson added a commit that referenced this issue Nov 24, 2024
- Added parameter to text-to-speach endpoint and request
- Added a check
- Added a test for the new parameter 
- This belongs to #66

---------

Co-authored-by: Milan Mikuš <[email protected]>
Co-authored-by: Stephen Hodgson <[email protected]>
@StephenHodgson StephenHodgson linked a pull request Nov 24, 2024 that will close this issue
@StephenHodgson StephenHodgson removed a link to a pull request Nov 24, 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
None yet
3 participants