Paul O'Leary McCann

Results 233 comments of Paul O'Leary McCann

This also removes the double entry noted in #150.

Also see #51 - mecab-python3 should be optional in this library, since not everyone is using Japanese.

Fine by me. I haven't had any contact from MeloTTS users in a long time. Looking at the current requirements, I would note that fugashi should be removed, since it...

Glad to hear you find Cutlet useful! Please feel free to make a Java version following the terms of the license. You can just add a copyright line below the...

Given the lack of updates I am going to close this, but if you make progress on it please feel free to follow up here or in a new issue/PR.

Sorry you're having trouble with this, that's a very strange error. Those are all extremely common characters (except ★ I guess), so it seems unlikely cutlet would generally be unable...

OK, thanks for confirming details and that the code sample ran. Nothing looks wrong with your initialization, so I'm not really sure what could cause this. I'll try a few...

Hm, that's weird. If you're using a standard setup then I'm not sure how I can reproduce it. The best thing would be if you could find a snippet of...

Hm, it seems very likely it's a threading issue. Can you try making a single cutlet object per thread and see if that resolves the issue? That won't help resolving...

Oh, do you have example code that causes the error without threading? If you do definitely send it to me. Reviewing things here, your first example has references to `threading.py`,...