File tree Expand file tree Collapse file tree
projects/llm_framework/main_melotts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments