Note: Versions in italic means that the release is a beta version.
Release date: Nov. 11, 2023
- Read with FFMpeg (which allows separating more file formats, even extracting audio track from a video and separate it)
- Save files with multithread to avoid waiting between tracks
- Show ETA
- Ask before quitting if separating else exits (Yes, this is a conditional expressions)
- Logging more separating parameters
- Allow changing window style using settings.json
- Allow PyQt6 as backend (though packed binaries will not use it. You can use it by modifying shared.py)
- Add demucs_unittest model
- Add menu bar
- Use absolute path for font
- Fixed init error of mps
- Fix sometimes progress goes back
- Force separation queue using Fusion style on macOS to show progress bar
Release date: Oct. 6, 2023
- Rewritten GUI with PySide6 (Qt)
- Listing model support
- Getting model details
- Multi-channel support - separate each channel one by one and combine them back
- Separation queue support - automatically separate each song one by one
- Drag & Drop support - simply drag folders or files into the queue window and will be added to queue
- Progress bar
- More save options - flac/wav, clamp/rescale, int16/int24/float32
- Waiting for documentation! Everybody is welcome to contribute! (#23)
- May causes waiting for long time when loading a remote model for the first time
- No ffmpeg support though I've added ffmpeg detection
- [ADDED] [FIXED] Packed binaries can't use remote models
- [ADDED] macOS can’t start up due to relative path
Release date: Jun. 22, 2022
- Solved mono audio reading issue
- Now you can type in the numbers of splits and overlap.
- Windows now can read ogg and mp3 files.
- Increase log level
- FFMpeg is still not available
- On macOS, reading of mp3 files is not available. We are waiting the 0.11.0 release of python-soundfile.
Release date: May. 10, 2022
- Added logging so it will be friendlier to debugging
- Removed requirement for pynvml and torchaudio
- Thanks @hanton2222 , so logging for macOS could be initialized (#8)
- Since the problem of shifts (#6), shifts is temporarily removed
- FFMpeg is still not available
Release date: Mar. 31, 2022
- Graphic User Interface available
- Updates system usage info every 0.2 second
- Reads your hardware information and gives choices
- Redeces least VRAM requirement to 3GiB
- Provides recommended value for
split
based on your hardware
- Though the welcome page tells whether FFMpeg is installed, FFMpeg would not be used.