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

SSML support #1452

Closed
wants to merge 2 commits into from
Closed

SSML support #1452

wants to merge 2 commits into from

Conversation

WeberJulian
Copy link
Contributor

@WeberJulian WeberJulian commented Mar 27, 2022

Supported features:

  • Voice tag to specify speaker <voice name='p226'>
  • Phoneme tag to specify pronunciation <phoneme ph="kɛnˈəʊbɪ">
  • Break tag to pause speech <break strength="weak"/>
  • Emphasis tag <emphasis level="moderate">
  • Prosody tag to change pitch, rate and volume <prosody rate="slow" pitch="-2st">

More details on the different SSML tags here

Try it out with
python TTS/bin/ssml_synthesize.py --file tests/data/ssml/mvp.ssml

@stale
Copy link

stale bot commented Jun 19, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.

@stale stale bot added the wontfix This will not be worked on but feel free to help. label Jun 19, 2022
@erogol
Copy link
Member

erogol commented Jun 20, 2022

Can you remove wontfix if there is more for this work?

@stale stale bot removed the wontfix This will not be worked on but feel free to help. label Jun 20, 2022
@stale
Copy link

stale bot commented Jul 21, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.

@stale stale bot added the wontfix This will not be worked on but feel free to help. label Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on but feel free to help.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants