tortoise-tts/tortoise/utils
2023-02-05 23:25:41 +00:00
..
__init__.py
audio.py modified how conditional latents are computed (before, it just happened to only bother reading the first 102400/24000=4.26 seconds per audio input, now it will chunk it all to compute latents) 2023-02-05 23:25:41 +00:00
diffusion.py added button to refresh voice list, enabling KV caching for a bonerific speed increase (credit to https://github.com/152334H/tortoise-tts-fast/) 2023-02-05 17:59:13 +00:00
stft.py
text.py
tokenizer.py
typical_sampling.py
wav2vec_alignment.py