Add integration test for server package

This commit is contained in:
Reuben Morais
2019-11-27 17:43:47 +01:00
parent d62234e06e
commit e89d62a772
5 changed files with 39 additions and 4 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
{
"tts_path":"TTS/tests/outputs/", // tts model root folder
"tts_file":"checkpoint_10.pth.tar", // tts checkpoint file
"tts_checkpoint":"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.