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

don't make connections #435

Closed
MXC48 opened this issue Nov 18, 2023 · 7 comments
Closed

don't make connections #435

MXC48 opened this issue Nov 18, 2023 · 7 comments

Comments

@MXC48
Copy link

MXC48 commented Nov 18, 2023

the TTS is great but when he speaks in French he doesn't make the connections between words.

@csukuangfj
Copy link
Collaborator

the TTS is great but when he speaks in French he doesn't make the connections between words.

which model are you using?

Could you explain what "connections" means? would be great if you can post an example audio with the corresponding text.

@MXC48
Copy link
Author

MXC48 commented Nov 18, 2023

I use the UMPC medium model, but it works for all of them.
In French, a liaison (connection) is the last letter of a word that can influence the next one.

A video that explains :
https://www.youtube.com/watch?v=yRCD8vgohZo

@csukuangfj
Copy link
Collaborator

https://www.youtube.com/watch?v=yRCD8vgohZo

Thanks for the link. The video is very informative.

I think we have fixed the issue by #453

The following is a sample wav generated by the following command

python3 ./python-api-examples/offline-tts.py \
  --vits-model=./vits-piper-fr_FR-siwis-low/fr_FR-siwis-low.onnx \
  --vits-tokens=./vits-piper-fr_FR-siwis-low/tokens.txt \
  --vits-data-dir=./vits-piper-fr_FR-siwis-low/espeak-ng-data \
  --debug=1 \
  --output-filename=./siwis-fr.wav \
  "les oranges"
siwis-fr.mov

You can find the models at
https://github.com/k2-fsa/sherpa-onnx/releases/tag/tts-models

Screenshot 2023-11-29 at 17 30 47

@csukuangfj
Copy link
Collaborator

@MXC48

Please try it using our huggingface space.
https://huggingface.co/spaces/k2-fsa/text-to-speech

@MXC48
Copy link
Author

MXC48 commented Nov 30, 2023

@MXC48

Please try it using our huggingface space.
https://huggingface.co/spaces/k2-fsa/text-to-speech

yes that's much better thank you very much !

@csukuangfj
Copy link
Collaborator

Shall I mark it as fixed now?

@MXC48
Copy link
Author

MXC48 commented Dec 22, 2023

Shall I mark it as fixed now?

Yes you can !

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

2 participants