voice-changer/docs/assets/setting.json

29 lines
853 B
JSON
Raw Normal View History

2022-08-27 10:58:28 +09:00
{
2022-09-06 03:03:43 +09:00
"app_title": "voice-recorder",
2022-09-14 04:59:53 +09:00
"storage_type":"local",
2022-09-14 05:48:34 +09:00
"use_mel_spectrogram":true,
2022-11-11 02:06:54 +09:00
"current_text":"ITA-emotion",
"current_text_index":0,
"sample_rate":48000,
2022-09-06 03:03:43 +09: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-14 04:59:53 +09:00
]
2022-08-27 10:58:28 +09:00
}