add server Synthesizer test

This commit is contained in:
Eren Golge
2019-07-22 15:46:26 +02:00
parent 91795cc0f1
commit 7c5bae5f1b
3 changed files with 120 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"tts_path":"tests/outputs/", // tts model root folder
"tts_file":"checkpoint_10.pth.tar", // tts checkpoint file
"tts_config":"dummy_model_config.json", // tts config.json file
"tts_speakers": null, // json file listing speaker ids. null if no speaker embedding.
"wavernn_lib_path": null, // Rootpath to wavernn project folder to be imported. If this is null, model uses GL for speech synthesis.
"wavernn_path": null, // wavernn model root path
"wavernn_file": null, // wavernn checkpoint file name
"wavernn_config": null, // wavernn config file
"is_wavernn_batched":true,
"port": 5002,
"use_cuda": false,
"debug": true
}