Skip to content

Commit 3ce0205

Browse files
committed
新增日语和英语模型配置
1 parent 2e40ae6 commit 3ce0205

2 files changed

Lines changed: 58 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"mode": "melotts-en-default",
3+
"type": "tts",
4+
"homepage": "https://github.com/ml-inory/melotts.axera/tree/main/model_convert",
5+
"compile_flage": "pulsar2 build --input decoder-en.onnx --config config_decoder_u16.json --output_dir decoder --output_name decoder-en.axmodel --target_hardware AX620E",
6+
"pulsar_version": "3.4-983bb35e",
7+
"capabilities": [
8+
"tts",
9+
"Japanese"
10+
],
11+
"input_type": [
12+
"tts.utf-8"
13+
],
14+
"output_type": [
15+
"tts.wav",
16+
"sys.play.0_1"
17+
],
18+
"mode_param": {
19+
"encoder": "encoder-en-def.ort",
20+
"decoder": "decoder-en-def.axmodel",
21+
"gbin": "g-en-def.bin",
22+
"tokens": "tokens-en.txt",
23+
"lexicon": "lexicon-en.txt",
24+
"spacker_speed": 1.0,
25+
"mode_rate": 44100,
26+
"audio_rate": 16000,
27+
"awake_delay": 1000
28+
}
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"mode": "melotts-ja-jp",
3+
"type": "tts",
4+
"homepage": "https://github.com/ml-inory/melotts.axera/tree/main/model_convert",
5+
"compile_flage": "pulsar2 build --input decoder-jp.onnx --config config_decoder_u16.json --output_dir decoder --output_name decoder-jp.axmodel --target_hardware AX620E",
6+
"pulsar_version": "3.4-983bb35e",
7+
"capabilities": [
8+
"tts",
9+
"Japanese"
10+
],
11+
"input_type": [
12+
"tts.utf-8"
13+
],
14+
"output_type": [
15+
"tts.wav",
16+
"sys.play.0_1"
17+
],
18+
"mode_param": {
19+
"encoder": "encoder-jp.ort",
20+
"decoder": "decoder-jp.axmodel",
21+
"gbin": "g-jp.bin",
22+
"tokens": "tokens-jp.txt",
23+
"lexicon": "lexicon-jp.txt",
24+
"spacker_speed": 1.0,
25+
"mode_rate": 44100,
26+
"audio_rate": 16000,
27+
"awake_delay": 1000
28+
}
29+
}

0 commit comments

Comments
 (0)