From 54d21b40f0d981189e430d1fea20008947b1ac08 Mon Sep 17 00:00:00 2001 From: "lyuxiang.lx" Date: Tue, 27 May 2025 10:40:45 +0800 Subject: [PATCH] update --- examples/libritts/cosyvoice2/path.sh | 4 +--- examples/libritts/cosyvoice2/tts_text.json | 6 +----- examples/magicdata-read/cosyvoice/path.sh | 4 +--- 3 files changed, 3 insertions(+), 11 deletions(-) mode change 100644 => 120000 examples/libritts/cosyvoice2/path.sh mode change 100644 => 120000 examples/libritts/cosyvoice2/tts_text.json mode change 100644 => 120000 examples/magicdata-read/cosyvoice/path.sh 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