Add new speakers

#1
by youngandbin - opened

Looking at the config.json, seems like there is only one speaker available.
Can we add some more custom speakers in this model?

  "data": {
    "sampling_rate": 44100,
    "filter_length": 2048,
    "hop_length": 512,
    "add_blank": true,
    "n_speakers": 256,
    "spk2id": {
      "KR": 0
    }

Sign up or log in to comment