-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Dose it support Chinese song? #6
Comments
Hey! No, but it's a good idea, I just added that feature :) Please try it and let me know how that goes |
Oh sorry and thanks for reviewing it, I just pushed some possible fixes I will test it thoroughly tomorrow |
When using the Chinese song ,the performance is worse.Maybe the file"lyrics_tokenizer.py" caused the results. |
ah right, I don't know much about japanese and mandarin. If you can send me a text example and how it should be splitted into notes that would be great. For example in english, if I have this sentence "hello this is my song" and I have 6 notes it's splitted into something like this: ["he", "llo", "this", "is", "my", "song"], then I assign each text piece to each note. |
Do you have some text to try? I added a basic tokenization, given some text like this: 曲项向天歌 it assigns each character to a different note "曲项向天歌" is converted into this [u'\u66f2', u'\u9879', u'\u5411', u'\u5929', u'\u6b4c'] |
I fix this problem,because the musescore decode the midi into .xml is wrong. |
Awesome! Do you want to share how you fixed it? |
Hello,this project is amazing!But dose it support Chinese song?
The text was updated successfully, but these errors were encountered: