tsukumi
|
717ba7925f
|
Fix: app.py cannot be closed with Ctrl+C
|
2024-03-08 22:27:21 +00:00 |
|
tsukumi
|
d22a11ebb2
|
Fix: a bug that prevented speech synthesis in app.py
|
2024-03-08 22:09:47 +00:00 |
|
tsukumi
|
30ea08d6ea
|
Fix: forgot to write pyopenjtalk.initialize()
|
2024-03-08 18:22:40 +00:00 |
|
tsukumi
|
b9e486e72a
|
Fix: extend timeout for style_bert_vits2.nlp.japanese.pyopenjtalk_worker.worker_client
ref: https://github.com/litagin02/Style-Bert-VITS2/pull/91
|
2024-03-08 16:44:56 +00:00 |
|
tsukumi
|
6b19eac61e
|
Merge branch 'dev' of github.com:litagin02/Style-Bert-VITS2 into dev
|
2024-03-08 16:03:06 +00:00 |
|
tsukumi
|
766699e812
|
Fix: pyopenjtalk_worker not working
|
2024-03-08 09:21:09 +00:00 |
|
tsukumi
|
df68771651
|
Refactor: split style_bert_vits2.nlp.chinese package
Configured so that the same public function is exported from the module with the same name for each language.
|
2024-03-08 09:04:40 +00:00 |
|
tsukumi
|
a672aeefd9
|
Fix: maintain compatibility with Python 3.9
|
2024-03-08 08:45:56 +00:00 |
|
tsukumi
|
e2daa55000
|
Refactor: split style_bert_vits2.nlp.english package
|
2024-03-08 08:43:54 +00:00 |
|
tsukumi
|
5de4884075
|
Fix: import error
pyopenjtalk_worker.initialize() has the side effect of starting another process and should not be executed automatically on import.
|
2024-03-08 07:31:33 +00:00 |
|
tsukumi
|
75467936d9
|
Refactor: cleanup style_bert_vits2/nlp/english/__init__.py
|
2024-03-08 06:39:51 +00:00 |
|
tsukumi
|
fac4f9a8ab
|
Refactor: rename text_processing to nlp
"text_processing" is clearer, but the import statement is longer.
"nlp" is shorter and makes it clear that it is natural language processing.
|
2024-03-08 06:20:44 +00:00 |
|