Commit Graph

20 Commits

Author SHA1 Message Date
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
Anupam Maurya f133b9d2d7
Upgrade and Optimize TTS Code in extractttsspectrogram.ipynb (#3012) 2023-10-02 12:51:55 +02:00
Eren Gölge 72d85e53c9
Update model file extension (#1422)
* Update model file ext to ```.pth```

* Update docs

* Rename more

* Find model files
2022-03-22 17:55:00 +01:00
Eren Gölge 016803beee Update notebooks 2021-10-21 16:29:06 +00:00
Eren Gölge 1de010acd4 Update notebook compat 2021-09-09 10:59:23 +00:00
Eren Gölge 9790eddada Fix wrong argument name 🛠️ 2021-06-28 17:03:47 +02:00
Eren Gölge 42554cc711 rename MyDataset -> TTSDataset 2021-06-28 17:03:19 +02:00
Eren Gölge 718f6e1568 fix ExtractSpectrogram.ipynb 2021-04-06 16:24:50 +02:00
Eren Gölge 121eb89d23 [ci skip] Clear outputs in notebooks 2021-03-18 13:27:23 +01:00
erogol df19428ec6 rename the project to old TTS 2020-09-09 12:27:23 +02:00
erogol f35504f187 rebranding and replacing import statements 2020-08-04 10:51:19 +02:00
erogol 82dd465365 Mass refactoring 2020-07-17 11:16:05 +02:00
erogol 391dab45f0 update ExtractTTSSpecs notebook 2020-03-29 23:07:12 +02:00
Edresson Casanova 36235c5e3f rename text to characters in config.json 2020-03-03 09:17:56 -03:00
Edresson Casanova 8feb326a60 add text parameters in config.json 2020-03-01 15:47:08 -03:00
root a510baa79c notebook update 2020-01-13 14:53:56 +01:00
root f2b6d00c45 grave attention config update: 2020-01-07 18:47:02 +01:00
Reuben Morais 3c5aeb5e22 Fix installation by using an explicit symlink 2019-08-29 11:49:53 +02:00
Eren Golge 11d5e5bae5 Update notebooks 2019-06-03 11:25:43 +02:00
Eren Golge 824c09120b Add notebook to extract spectrograms from trained TTS model 2019-04-12 16:14:38 +02:00