Skip to content

Commit 3897870

Browse files
committed
略微增加语速,听感更好
1 parent 3ce0205 commit 3897870

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

projects/llm_framework/main_melotts/mode_melotts-en-default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"gbin": "g-en-def.bin",
2222
"tokens": "tokens-en.txt",
2323
"lexicon": "lexicon-en.txt",
24-
"spacker_speed": 1.0,
24+
"spacker_speed": 1.2,
2525
"mode_rate": 44100,
2626
"audio_rate": 16000,
2727
"awake_delay": 1000

projects/llm_framework/main_melotts/mode_melotts-zh-cn.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"mode": "melotts-zh-cn",
33
"type": "tts",
4-
"homepage":"https://huggingface.co/myshell-ai/MeloTTS-Chinese",
5-
"compile_flage":"pulsar2 build --input decoder.onnx --config config_decoder_u16.json --output_dir decoder --output_name decoder.axmodel --target_hardware AX620E --npu_mode NPU2 --compiler.check 0",
6-
"pulsar_version":"3.2-99f14d0a",
4+
"homepage": "https://huggingface.co/myshell-ai/MeloTTS-Chinese",
5+
"compile_flage": "pulsar2 build --input decoder.onnx --config config_decoder_u16.json --output_dir decoder --output_name decoder.axmodel --target_hardware AX620E --npu_mode NPU2 --compiler.check 0",
6+
"pulsar_version": "3.2-99f14d0a",
77
"capabilities": [
88
"tts",
99
"Chinese"
@@ -21,7 +21,7 @@
2121
"gbin": "g-zh_mix_en.bin",
2222
"tokens": "tokens.txt",
2323
"lexicon": "lexicon.txt",
24-
"spacker_speed": 1.0,
24+
"spacker_speed": 1.1,
2525
"mode_rate": 44100,
2626
"audio_rate": 16000,
2727
"awake_delay": 1000

0 commit comments

Comments
 (0)