feat : japanese tts support

This commit is contained in:
martin legrand
2025-05-03 16:48:20 +02:00
parent c873af3d00
commit 7904439f35
2 changed files with 17 additions and 4 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