TTS/tests/vocoder_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
..
__init__.py add new tests for vocoder trainings using coqpit 2021-05-11 11:29:18 +02:00
test_fullband_melgan_train.py Update tests for the new trainer API 2021-06-28 17:03:19 +02:00
test_hifigan_train.py Update tests for the new trainer API 2021-06-28 17:03:19 +02:00
test_melgan_train.py Update tests for the new trainer API 2021-06-28 17:03:19 +02:00
test_multiband_melgan_train.py Update tests 2022-02-25 11:28:14 +01:00
test_parallel_wavegan_train.py Update tests for the new trainer API 2021-06-28 17:03:19 +02:00
test_vocoder_gan_datasets.py style update 2021-05-11 11:30:00 +02:00
test_vocoder_losses.py Remove duplicate AudioProcessor code and fix ExtractTTSpectrogram.ipynb (#3230) 2023-11-16 10:57:06 +01:00
test_vocoder_melgan_discriminator.py update train_vocoder_gan.py for coqpit 2021-05-11 11:29:18 +02:00
test_vocoder_melgan_generator.py update train_vocoder_gan.py for coqpit 2021-05-11 11:29:18 +02:00
test_vocoder_parallel_wavegan_discriminator.py update train_vocoder_gan.py for coqpit 2021-05-11 11:29:18 +02:00
test_vocoder_parallel_wavegan_generator.py update train_vocoder_gan.py for coqpit 2021-05-11 11:29:18 +02:00
test_vocoder_pqmf.py update train_vocoder_gan.py for coqpit 2021-05-11 11:29:18 +02:00
test_vocoder_rwd.py update train_vocoder_gan.py for coqpit 2021-05-11 11:29:18 +02:00
test_vocoder_wavernn.py Update TTS.tts formatters (#1228) 2022-02-11 23:03:43 +01:00
test_vocoder_wavernn_datasets.py linter fixes 2021-05-11 11:30:00 +02:00
test_wavegrad.py Update tests for the new trainer API 2021-06-28 17:03:19 +02:00
test_wavegrad_layers.py Update tests for the new trainer API 2021-06-28 17:03:19 +02:00
test_wavegrad_train.py Update tests for the new trainer API 2021-06-28 17:03:19 +02:00
test_wavernn_train.py Fix WaveRNN test 2021-09-30 14:47:56 +00:00