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

Breaks between words #43

Closed
limitforever opened this issue Dec 2, 2019 · 4 comments
Closed

Breaks between words #43

limitforever opened this issue Dec 2, 2019 · 4 comments

Comments

@limitforever
Copy link

In the original paper,the author proposes the breaks between words,and verifies that FastSpeech can add breaks between adjacent words by lengthening the duration of the space characters in the sentence, which can improve the prosody of voice. 

So,how do you add breaks between words in your code?
I'll be appreciated if you can help me.

@xcmyz
Copy link
Owner

xcmyz commented Dec 3, 2019

modify the value of alpha.

@limitforever
Copy link
Author

modify the value of alpha.

I know alpha could cotrol the speed,but I mean adding a pause in the sentence,not adjusting the speed of the sentence.
For example,"I want to stay especially with you",a noticeable pause will be added after "especially",that is "I want to stay especially | with you".
can you give me some advice?

@xcmyz
Copy link
Owner

xcmyz commented Dec 3, 2019

You can add more zero vector in the output of encoder.

@xcmyz xcmyz closed this as completed Dec 4, 2019
@xiaoyangnihao
Copy link

xiaoyangnihao commented Apr 2, 2020

You can add more zero vector in the output of encoder.
@limitforever do you know how to do this now, can you share something ?
@xcmyz , Can you give more details about this?

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

No branches or pull requests

3 participants