voice-changer/docs/assets/setting.json

29 lines
853 B
JSON
Raw Normal View History

2022-08-27 04:58:28 +03:00
{
2022-09-05 21:03:43 +03:00
"app_title": "voice-recorder",
2022-09-13 22:59:53 +03:00
"storage_type":"local",
2022-09-13 23:48:34 +03:00
"use_mel_spectrogram":true,
2022-11-10 20:06:54 +03:00
"current_text":"ITA-emotion",
"current_text_index":0,
"sample_rate":48000,
2022-09-05 21:03:43 +03:00
"text": [
{
"title": "ITA-emotion",
"wavPrefix": "emotion",
"file": "./assets/text/ITA_emotion_all.txt",
"file_hira": "./assets/text/ITA_emotion_all_hira.txt"
},
{
"title": "ITA-recitation",
"wavPrefix": "recitation",
"file": "./assets/text/ITA_recitation_all.txt",
"file_hira": "./assets/text/ITA_recitation_all_hira.txt"
},
{
"title": "wagahaiwa",
"wavPrefix": "wagahaiwa",
"file": "./assets/text/wagahaiwa.txt",
"file_hira": "./assets/text/wagahaiwa_hira.txt"
}
2022-09-13 22:59:53 +03:00
]
2022-08-27 04:58:28 +03:00
}