tortoise-tts/tortoise/utils
2023-02-15 21:51:22 +00:00
..
__init__.py
audio.py added reset generation settings to default button, revamped utilities tab to double as plain jane voice importer (and runs through voicefixer despite it not really doing anything if your voice samples are already of decent quality anyways), ditched load_wav_to_torch or whatever it was called because it literally exists as torchaudio.load, sample voice is now a combined waveform of all your samples and will always return even if using a latents file 2023-02-14 21:20:04 +00:00
device.py added setting "device-override", less naively decide the number to use for results, some other thing 2023-02-15 21:51:22 +00:00
diffusion.py
stft.py
text.py
tokenizer.py
typical_sampling.py
wav2vec_alignment.py