add chinese example

This commit is contained in:
tyanz
2024-08-16 10:32:14 +08:00
parent 43a5f9cc58
commit 115cf000a6
10 changed files with 713 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# NOTE(kan-bayashi): Use UTF-8 in Python to avoid UnicodeDecodeError when LC_ALL=C
export PYTHONIOENCODING=UTF-8
export PYTHONPATH=../../../:../../../third_party/Matcha-TTS:$PYTHONPATH