`--stage` controls the vocoder model during synthesis, which can be `0` or `1`, use `pwgan` or `hifigan`model as vocoder.
`--stage` controls the vocoder model during synthesis, which can be `0` or `1` or `2` or `3`, use `pwgan` or `multi band melgan` or `style melgan` or `hifigan`model as vocoder.
```text
```text
usage: synthesize.py [-h]
usage: synthesize.py [-h]
@ -148,9 +148,12 @@ optional arguments:
output dir.
output dir.
```
```
`./local/synthesize_e2e.sh` calls `${BIN_DIR}/../synthesize_e2e.py`, which can synthesize waveform from text file.
`./local/synthesize_e2e.sh` calls `${BIN_DIR}/../synthesize_e2e.py`, which can synthesize waveform from text file.
`--stage` controls the vocoder model during synthesis, which can be `0` or `1` or `3` or `4`, use `pwgan` or `multi band melgan` or `hifigan` or `wavernn`model as vocoder.