v0.1.0
What's Changed
- [ICASSP 2023] Dev update by @r9y9 in #147
- Add recipes for reproducing experiments reported in our NNSVS paper by @r9y9 in #151
- Remove recipe for no longer available data by @r9y9 in #152
- Add train_acoustic entry point in setup.py by @r9y9 in #155
- Remove vib_model and vib_flag_model from multi-stream models by @r9y9 in #156
- Fix the official URI of natsume_singing by @taroushirani in #158
- Fix config tests to cover untested acoustic model configs by @r9y9 in #159
- Replace duplicated use_harvest option by f0_extractor by @taroushirani in #160
- Fix train/dev/test split for Namine Ritsu's database by @r9y9 in #162
- Add recipe-level support for hn-uSFGAN and SiFi-GAN by @r9y9 in #157
- Add support for mcep-based aperiodicity parametrization by @r9y9 in #163
- Add guide for training DiffSinger with NNSVS's data created by stage 0 by @r9y9 in #164
- Implement has_residual_lf0_prediction method to the base class by @r9y9 in #165
- Fix oniku_kurumi_utagoe_db to use run_common_steps_dev.sh by @taroushirani in #166
- Remove hardcoded num_mels=80 and support arbitrary values by @r9y9 in #168
- Performance improvements for training acoustic models by @r9y9 in #170
- Fix MDN-based multi-stream models by @r9y9 in #172
- Expose initial value parameter for autoregressive decoder impl by @r9y9 in #173
- Deprecate unused option and add one more option to multi-stream models by @r9y9 in #174
- Support diffusion-based acoustic models by @r9y9 in #175
- preprocess: Add workaround for out-liers by @r9y9 in #176
- Add recipes for the Opencpop corpus by @r9y9 in #177
- Updated enunu2nnsvs.py to add main() by @oatsu-gh in #182
- Internal refactoring for svs.py and gen.py to make NNSVS more extensible by @r9y9 in #186
- Change not to use tempfile to avoid PermissionError in WIndows by @taroushirani in #190
- Fix CI related to matplotlib by @r9y9 in #192
- Add check for a short and single segment by @taroushirani in #193
- Update dependencies to support Python 3.10 and 3.11 by @r9y9 in #197
Full Changelog: v0.0.3...v0.1.0