-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for MDXC models * Updated poetry lockfile to match dependencies * fix err: CLI does not work * Fixed MDXC config YAML download, formatted mdxc separator class, bumped version ready for release * Added progress bar for file downloads * Added error handling for failed model load due to incomplete/corrupt download * Fixed outstanding issues with YAML config loading and file download, added todo list for integration tests to write * Moved load model into own method for consistency with mdxc class * Refactored MDXC class to use more descriptive variable names, removed dead code, added debug logging and clearer parameters etc. * Fixed and tested pitch shift logic for MDXC, added CLI params for other MDXC config parameters and tested these * Added MDXC to readme * Added thanks! --------- Co-authored-by: Andrew Beveridge <[email protected]>
- Loading branch information
1 parent
70ca099
commit ff2e739
Showing
10 changed files
with
528 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from .mdx_separator import MDXSeparator | ||
from .vr_separator import VRSeparator | ||
from .demucs_separator import DemucsSeparator | ||
from .mdxc_separator import MDXCSeparator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.