mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 21:45:00 +03:00
26 lines
767 B
JSON
26 lines
767 B
JSON
{
|
|
"app_title": "voice-recorder",
|
|
"storage_type":"server",
|
|
"use_mel_spectrogram":true,
|
|
"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"
|
|
}
|
|
]
|
|
}
|