-
Notifications
You must be signed in to change notification settings - Fork 6
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
MBROLA voices - no sound #5
Comments
Hi! I also failed trying MBROLA in the past unfortunately and I'm too lazy to debug C code right now. About the notes per syllable it should be doing that. Long words should be splitted into syllables if you have many notes to sing. You can try visualizing the musicxml file with musescore to check it. Let me know if you find some issue with that. |
Thanks for your answer, @mathigatti, I can understand the situation with the MBROLA voices. About the long words... Thanks! |
The software should do that for your automatically, let me know if there is something specific you want to do that's not working and I will give you an example of how to do it I mean if you write "artificial" and you want it to sing 4 notes, it's going to split it into "ar" "ti" "fi" "cial". If you want it to sing 6 notes it will do something like "ar" "ti" "fi" "cia" "aa" "al" Anyway I'm testing it and it looks like, as you say, it doesn't keep the original sounding of the words. You can check this other project which has a slower synthesis time but better singing quality |
Hi,
Is there a way to use MBROLA voices?
I have tried to test this in Colab (installed mbrola and the mbrola voices as well), but the result is empty (the length of the output looks fine, but there is just silence).
Another question:
Do you have plan to make the notes of the singing connected to the syllables instead of the words?
Thanks!
The text was updated successfully, but these errors were encountered: