mirror of
https://github.com/System-End/tts.git
synced 2026-04-19 14:17:05 +00:00
23 lines
409 B
JSON
23 lines
409 B
JSON
{
|
|
"bot": {
|
|
"inactivity_timeout": 300,
|
|
"command_prefix": "!"
|
|
},
|
|
"audio": {
|
|
"bitrate": 128,
|
|
"sample_rate": 48000,
|
|
"channels": 2
|
|
},
|
|
"tts": {
|
|
"default_voice": "en-US-AvaMultilingualNeural",
|
|
"rate": "+0%",
|
|
"pitch": "+0Hz",
|
|
"max_length": 500
|
|
},
|
|
"ffmpeg": {
|
|
"normalization": true,
|
|
"compression": true,
|
|
"target_loudness": -16,
|
|
"true_peak": -1.5
|
|
}
|
|
}
|