This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow manually run workflow * Add HTDemucs to AnyModel * Set minimum Python version to 3.8 * Add type hints for save_audio * Update segment machenism * Update help message that htdemucs is the default * Add segment test * Fix linter * API * Update separate.py to use api * Version 4.1.0a1 * Update api.md * Make parameter `repo` clearer * Add doc for loading existing audio in quick start * Fix typo in docs * Add flac output * Fix linter * Fix conflicts * Fix wrong indent * import htdemucs * import htdemucs * rename variable * Fix variable name * Fix mypy linting * Fix mypy linting again * flac output & max_allowed_segment only for HTDemucs * Fix codes forgot to change * Update release.md * Use in-place operation to save memory * fix linter * Make API simpler * Optimise code and fix separate api returns different wave * Fixes according to review Use _NotProvided to allow passing `None` Add returing "break" to stop separation Make callback thread-safe * Allow changing remote_root when listing models * revert changes * return file path for list_models * fix Typing * Minor fixes with linter Directly calls audio.save_audio Changing parameter `sr` (samplerate) to optional argument Fixes linter * Fix lock; use `KeyboardInterrupt` to abort * Fix Linter * Update doc * List model argument
- Loading branch information