coqui-tts/tests
Enno Hermann 3c2d5a9e03
Remove duplicate AudioProcessor code and fix ExtractTTSpectrogram.ipynb (#3230)
* chore: remove unused argument

* refactor(audio.processor): remove duplicate stft+griffin_lim

* chore(audio.processor): remove unused compute_stft_paddings

Same function available in numpy_transforms

* refactor(audio.processor): remove duplicate db_to_amp

* refactor(audio.processor): remove duplicate amp_to_db

* refactor(audio.processor): remove duplicate linear_to_mel

* refactor(audio.processor): remove duplicate mel_to_linear

* refactor(audio.processor): remove duplicate build_mel_basis

* refactor(audio.processor): remove duplicate stft_parameters

* refactor(audio.processor): use pre-/deemphasis from numpy_transforms

* refactor(audio.processor): use rms_volume_norm from numpy_transforms

* chore(audio.processor): remove duplicate assert

Already checked in numpy_transforms.compute_f0

* refactor(audio.processor): use find_endpoint from numpy_transforms

* refactor(audio.processor): use trim_silence from numpy_transforms

* refactor(audio.processor): use volume_norm from numpy_transforms

* refactor(audio.processor): use load_wav from numpy_transforms

* fix(bin.extract_tts_spectrograms): set quantization bits

* fix(ExtractTTSpectrogram.ipynb): adapt to current TTS code

Fixes #2447, #2574

* refactor(audio.processor): remove duplicate quantization methods
2023-11-16 10:57:06 +01:00
..
api_tests Run `make style` & re-enable it in CI (#3127) 2023-11-06 11:36:37 +01:00
aux_tests Ensure `tts` CLI tool readme and usage help is in sync 2023-09-26 15:38:56 +03:00
bash_tests Fix aux tests (#1753) 2022-07-19 10:06:31 +02:00
data Remove `/` prefix from the relative path (#2065) 2022-10-10 13:32:27 +02:00
data_tests Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
inference_tests Test synthesize api separately 2023-07-24 12:38:20 +02:00
inputs Add XTTS training unit test 2023-10-21 13:41:12 -03:00
text_tests 🔥 XTTS implementation 2023-09-13 17:51:24 +02:00
tts_tests Add Delightful-TTS implementation (#2095) 2023-07-24 13:41:26 +02:00
tts_tests2 Add a dedicated workflow for XTTS tests 2023-10-24 09:52:44 -03:00
vc_tests Implement FreeVC (#2451) 2023-03-25 18:33:23 +01:00
vocoder_tests Remove duplicate AudioProcessor code and fix ExtractTTSpectrogram.ipynb (#3230) 2023-11-16 10:57:06 +01:00
xtts_tests Make style 2023-11-13 13:01:01 +01:00
zoo_tests Add speed control for inference (#3214) 2023-11-14 16:07:17 +01:00
__init__.py Remove `/` prefix from the relative path (#2065) 2022-10-10 13:32:27 +02:00