File size: 325 Bytes
77433dc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"model": "TinyTTS",
"source": "https://github.com/tronghieuit/tiny-tts",
"sample_rate": 44100,
"add_blank": true,
"language": "EN",
"speakers": {
"MALE": 0
},
"default_speaker": "MALE",
"noise_scale": 0.667,
"noise_scale_w": 0.8,
"length_scale": 1.0,
"inter_channels": 80,
"gin_channels": 80
} |