Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Problem with the last phoneme not sounding in some cases #71

Closed
clcarwin opened this issue Dec 13, 2023 · 4 comments
Closed

Problem with the last phoneme not sounding in some cases #71

clcarwin opened this issue Dec 13, 2023 · 4 comments
Assignees

Comments

@clcarwin
Copy link

I have found that some word do not pronounce if it in the end of the sentence. Can we have a method to work around this problem?

8051|Happy|[L] [AH1] [V] engsp1 [M] [IY1]|love me
output_loveme.zip

11614|Happy|[HH] [AH0] [L] [OW1] engsp4 [K] [AE1] [N] engsp1 [Y] [UW1] engsp1 [HH] [EH1] [L] [P] engsp1 [M] [IY1]|hello, can you help me?
output_hellocanyouhelpme.zip

8051|Happy|[AY1] engsp1 [AE1] [M] engsp1 [B] [EH1] [S] [T] engsp4 [TH] [AE1] [NG] [K] engsp1 [Y] [UW1]|i am best, thank you.
output_iambestthankyou.zip

@syq163 syq163 self-assigned this Dec 13, 2023
@syq163
Copy link
Collaborator

syq163 commented Dec 13, 2023

I have confirmed this issue. It appears that the phonemes are not accurate. Could you please explain how you generated the phonemes?

@clcarwin
Copy link
Author

Following the instructions in README.md, the phonemes have been generated by python frontend_en.py data/my_text.txt > data/my_text_for_tts.txt

@syq163
Copy link
Collaborator

syq163 commented Dec 13, 2023

Following the instructions in README.md, the phonemes have been generated by python frontend_en.py data/my_text.txt > data/my_text_for_tts.txt

The issue has been identified and the code has been updated! Please make sure to update the code and check if it is functioning properly now. The problem was caused by the missing "sos/eos" in the phonemes.

@clcarwin
Copy link
Author

It works now. Thanks.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants