-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Comparing changes
Open a pull request
base repository: coqui-ai/TTS
base: v0.20.5
head repository: coqui-ai/TTS
compare: v0.20.6
- 18 commits
- 19 files changed
- 5 contributors
Commits on Nov 16, 2023
-
Remove duplicate AudioProcessor code and fix ExtractTTSpectrogram.ipy…
…nb (#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
Configuration menu - View commit details
-
Copy full SHA for 3c2d5a9 - Browse repository at this point
Copy the full SHA 3c2d5a9View commit details -
Add sentence splitting (#3227)
* Add sentence spliting * update requirements * update default args v2 * Add spanish * Fix return gpt_latents * Update requirements * Fix requirements
Configuration menu - View commit details
-
Copy full SHA for 675f983 - Browse repository at this point
Copy the full SHA 675f983View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc18b8 - Browse repository at this point
Copy the full SHA fbc18b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e4375d - Browse repository at this point
Copy the full SHA 7e4375dView commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63d7145 - Browse repository at this point
Copy the full SHA 63d7145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d11e9 - Browse repository at this point
Copy the full SHA 08d11e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26efdf6 - Browse repository at this point
Copy the full SHA 26efdf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44880f0 - Browse repository at this point
Copy the full SHA 44880f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14579a4 - Browse repository at this point
Copy the full SHA 14579a4View commit details -
Ensures that only GPT model is in training mode during XTTS GPT train…
…ing (#3241) * Ensures that only GPT model is in training mode during training * Fix parallel wavegan unit test
1Configuration menu - View commit details
-
Copy full SHA for 11283fc - Browse repository at this point
Copy the full SHA 11283fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c864acf - Browse repository at this point
Copy the full SHA c864acfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44494da - Browse repository at this point
Copy the full SHA 44494daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f21067a - Browse repository at this point
Copy the full SHA f21067aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3279f9 - Browse repository at this point
Copy the full SHA a3279f9View commit details -
Ensures that only GPT model is in training mode during XTTS GPT train…
…ing (#3241) * Ensures that only GPT model is in training mode during training * Fix parallel wavegan unit test
Configuration menu - View commit details
-
Copy full SHA for 6075fa2 - Browse repository at this point
Copy the full SHA 6075fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52cb1e2 - Browse repository at this point
Copy the full SHA 52cb1e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c011ab7 - Browse repository at this point
Copy the full SHA c011ab7View commit details -
Merge pull request #3249 from coqui-ai/run_ci_for_v0.20.6
Run CI for v0.20.6
1Configuration menu - View commit details
-
Copy full SHA for 29dede2 - Browse repository at this point
Copy the full SHA 29dede2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.20.5...v0.20.6