Enno Hermann
|
76df6421de
|
refactor: move more audio processing into torch_transforms
|
2024-11-24 19:57:14 +01:00 |
Enno Hermann
|
7cdfde226b
|
refactor: move amp_to_db/db_to_amp into torch_transforms
|
2024-11-23 01:04:17 +01:00 |
Enno Hermann
|
b6ab85a050
|
fix: use logging instead of print statements
Fixes #1691
|
2024-04-03 15:19:45 +02:00 |
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 |
Eren Gölge
|
d309f50e53
|
Implement FreeVC (#2451)
* Update .gitignore
* Draft FreeVC implementation
* Tests and relevant updates
* Update API tests
* Add missings
* Update requirements
* :(
* Lazy handle for vc
* Update docs for voice conversion
* Make style
|
2023-03-25 18:33:23 +01:00 |