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

Locale support for TTS #10

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Locale support for TTS #10

merged 1 commit into from
Sep 26, 2024

Conversation

vladmaraev
Copy link
Owner

This change introduces a <lang> SSML tag in every TTS output. For now,
the language depends on the global locale setting. This change doesn't
affect Open AI neural voices which are multilingual, but don't support
<lang> SSML tag (<lang> tag will be ignored).

This change introduces a `<lang>` SSML tag in every TTS output. For now,
the language depends on the global locale setting. This change doesn't
affect Open AI neural voices which are multilingual, but don't support
`<lang>` SSML tag (`<lang>` tag will be ignored).
@vladmaraev vladmaraev merged commit af5068e into master Sep 26, 2024
1 check passed
vladmaraev added a commit to Talkamatic/tala-speech that referenced this pull request Sep 30, 2024
* Locale support for TTS <- [email protected]

See vladmaraev/speechstate#10

* Modify context on STREAMING_SET_PERSONA event <- [email protected]

While speaking, when tala-speech gets STREAMING_SET_PERSONA event, it
updates contextual parameter `avatarName` to the event value. It is
accessible in exposed variable from machine snapshot:
`window.TalaSpeech.getSnapshot().context.avatarName`.

* bump vite and @statelyai/inspect

* Reflect `tala-speech-2.0` rename to `main` in GH action
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

Successfully merging this pull request may close these issues.

1 participant