diff --git a/examples/libritts/cosyvoice2/path.sh b/examples/libritts/cosyvoice2/path.sh deleted file mode 100644 index e0fa06c..0000000 --- a/examples/libritts/cosyvoice2/path.sh +++ /dev/null @@ -1,3 +0,0 @@ -# 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 diff --git a/examples/libritts/cosyvoice2/path.sh b/examples/libritts/cosyvoice2/path.sh new file mode 120000 index 0000000..59f7179 --- /dev/null +++ b/examples/libritts/cosyvoice2/path.sh @@ -0,0 +1 @@ +../cosyvoice/path.sh \ No newline at end of file diff --git a/examples/libritts/cosyvoice2/tts_text.json b/examples/libritts/cosyvoice2/tts_text.json deleted file mode 100644 index 9f3e8d9..0000000 --- a/examples/libritts/cosyvoice2/tts_text.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "1089_134686_000002_000000": [ - "hello, my name is Jack. What is your name?" - ] -} \ No newline at end of file diff --git a/examples/libritts/cosyvoice2/tts_text.json b/examples/libritts/cosyvoice2/tts_text.json new file mode 120000 index 0000000..e85cf1c --- /dev/null +++ b/examples/libritts/cosyvoice2/tts_text.json @@ -0,0 +1 @@ +../cosyvoice/tts_text.json \ No newline at end of file diff --git a/examples/magicdata-read/cosyvoice/path.sh b/examples/magicdata-read/cosyvoice/path.sh deleted file mode 100644 index e0fa06c..0000000 --- a/examples/magicdata-read/cosyvoice/path.sh +++ /dev/null @@ -1,3 +0,0 @@ -# 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 diff --git a/examples/magicdata-read/cosyvoice/path.sh b/examples/magicdata-read/cosyvoice/path.sh new file mode 120000 index 0000000..4541305 --- /dev/null +++ b/examples/magicdata-read/cosyvoice/path.sh @@ -0,0 +1 @@ +../../libritts/cosyvoice/path.sh \ No newline at end of file