Merge pull request #158 from Fosowl/dev

Chinese and Japanese Text-to-Speech support + readme update
This commit is contained in:
Martin
2025-05-03 18:00:12 +02:00
committed by GitHub
8 changed files with 91 additions and 30 deletions
+8
View File
@@ -79,6 +79,14 @@ source agentic_seek_env/bin/activate
./install.sh
```
** テキスト読み上げ(TTS)機能で日本語をサポートするには、fugashi(日本語分かち書きライブラリ)をインストールする必要があります:**
```
pip3 install --upgrade pyopenjtalk jaconv mojimoji unidic fugashi
pip install unidic-lite
python -m unidic download
```
**手動で:**
```sh