/ tts / conf.json
conf.json
 1  {
 2      "tts_path":"/media/erogol/data_ssd/Models/libri_tts/5049/",  // tts model root folder
 3      "tts_file":"best_model.pth",     // tts checkpoint file
 4      "tts_config":"config.json",     // tts config.json file
 5      "tts_speakers": null,           // json file listing speaker ids. null if no speaker embedding.
 6      "vocoder_config":null,
 7      "vocoder_file": null,
 8      "is_wavernn_batched":true,
 9      "port": 5002,
10      "use_cuda": true,
11      "debug": true
12  }