coqui-tts/TTS/utils/audio
Enno Hermann e95f8950eb fix: torch.stft will soon require return_complex=True
Refactor that removes the deprecation warning:
torch.view_as_real(torch.stft(*, return_complex=True)) is equal to
torch.stft(*, return_complex=False)

https://pytorch.org/docs/stable/generated/torch.stft.html
2024-03-13 12:06:27 +01:00
..
__init__.py Introduce numpy and torch transforms (#1705) 2022-08-08 11:57:50 +02:00
numpy_transforms.py Remove duplicate AudioProcessor code and fix ExtractTTSpectrogram.ipynb (#3230) 2023-11-16 10:57:06 +01:00
processor.py Remove duplicate AudioProcessor code and fix ExtractTTSpectrogram.ipynb (#3230) 2023-11-16 10:57:06 +01:00
torch_transforms.py fix: torch.stft will soon require return_complex=True 2024-03-13 12:06:27 +01:00