Releases: kan-bayashi/PytorchWaveNetVocoder
Releases · kan-bayashi/PytorchWaveNetVocoder
Version 0.1.1
- Fixed installation script
- Fixed documentation
- Fixed typo
Version 0.1.0
Important changes
- Changed
src
towavenet_vocoder
to be installed as python library - Refactored noise shaping to dump the mlsa coef in
stats.h5
New features
- Added notebook example
- Added pip installation
- Added
egs/arctic/sd-mini
for demonstration
Refactoring
- Removed
__future__
modules - Cleaned up docstrings with
flake8-docstring
- Cleaned up recipes
- Fixed many typos
- Fixed naming
Bugfix
- Fixed epsilon issue in calculating pysptk mcep #40
Version 0.0.0
Merge pull request #51 from kan-bayashi/fix/Makefile Fixed pysptk installation problem (#49)