File | Date | Author | Commit |
---|---|---|---|
Build | 2023-06-04 |
![]() |
[1cd754] quickfix |
MISST | 2023-06-05 |
![]() |
[d63a56] preprocessing prep, adding parralel jobs and di... |
.gitignore | 2023-06-04 |
![]() |
[c153c9] V3.0.6 |
LICENSE | 2022-08-08 |
![]() |
[be91d4] Initial commit |
README.md | 2023-06-04 |
![]() |
[535b0e] updated showcase images |
requirements-minimal.txt | 2023-06-04 |
![]() |
[c153c9] V3.0.6 |
requirements.txt | 2023-06-04 |
![]() |
[c153c9] V3.0.6 |
| MISST
on Windows 11 with Dark mode and 'Blue' theme with 'Kanye West's All of The Lights' playing
| MISST
on Windows 11 with Light mode and 'Blue' theme with 'Beabadoobee's Cologne' playing
| MISST
on Windows 11 Showcasing how versatile and personal you can be with MISST!
| MISST
on Windows 11 Showcasing how importing audios is as easy as two clicks!
Original Repository of MISST : Music/Instrumental Stem Separation Tool.
This application uses state-of-the-art source separation models to extract the 4 core stems from audio files (Bass, Drums, Other Instrumentals and Vocals). But it is not limited to this. MISST acts as a developped music player aswell, fit to enjoy and medal with your audio files as you see fit. MISST even comes prepared to import songs and playlists directly from your music library.
This project is OpenSource, feel free to use, study and/or send pull request.
As of version 3.0.3, MISST is only available on windows with guaranteed compatibility. Until a later release, if you are not on a windows device please refer to Manual Installation. Otherwise, refer to the latest Release
These instructions are for those installing MISST v3.0.2 manually only.
$ pip install -r requirements.txt
$ pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
From here you should be able to open and run the MISSTapp.py file
CUDA
By employing advanced compression techniques, MISST optimizes the output files to minimize their size without compromising audio quality. This is achieved through a two-step process:
Audio Compression: MISST employs the FLAC (Free Lossless Audio Codec) format to compress the separated audio stems. FLAC offers a high level of compression while maintaining the original audio fidelity. As a result, the size of each stem is significantly reduced compared to other common audio formats.
Metadata Compression: In addition to compressing the audio, MISST also optimizes the metadata associated with the stems. It encodes the metadata using Base64 encoding, which allows for efficient representation of the information while keeping the file size to a minimum.
As a result of these compression techniques, the output file size of MISST is remarkably small. In fact, even a four-stem output from MISST can be almost the same size as your original one-stem input. This makes MISST an ideal choice for scenarios where storage space or bandwidth limitations are a concern.
The MISST code is GPL-licensed.
Please be as detailed as possible when posting a new issue.
If possible, check the "MISST.log" file in your install directory for detailed error information that can be provided to me.