by @francocm
- Integrated fixes by @manmay-nakhashi which include support for newer
librosa. This is from PR #56 which was not merged tomainyet. - Fixed compatibility with newer NumPy interfaces, as
nn.utils.weight_normis nownn.utils.parametrizations.weight_norm. - Added ability to initialise weights only - useful to cache the setup without processing any files, via a new argument switch
--weight_prepare. - Added
Dockerfilethat allows a clear easy replicable way of running the tool with exact environment setup. - Docs fix: Clarified what the run modes mean.
- Docs fix: Removed hardcoded references to version 0.1.2 as these are not relevant from a docs perspective and by default latest should be used which is the default behaviour when version is not specified
- Docs fix: Moved Changelog into a separate
CHANGELOG.mdfile.
by @manmay-nakhashi
- 2023-10-20: Fix to support newer
librosa
by @haoheliu
- Fix bugs on commandline voicefixer for windows users.
by @haoheliu
- Add commandline voicefixer tool to the pip package.