forked from ecker/tortoise-tts
The read.py script did not work with pth latents, so I fix bug in audio.py. It seems that in the elif statement, instead of voice, voices should be clip, clips. And torch stack doesn't work with tuples, so I had to split this operation. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| audio.py | ||
| diffusion.py | ||
| stft.py | ||
| text.py | ||
| tokenizer.py | ||
| typical_sampling.py | ||
| wav2vec_alignment.py | ||