Releases: SivertSolum/AudioSplitter
Releases · SivertSolum/AudioSplitter
Release list
Audio Splitter 0.1.15
Added
Changed
Fixed
- PyInstaller build: bundle NumPy and lameenc binaries so stem separation no longer fails with
No module named 'numpy.core.multiarray' - Declare
numpyas an explicit project dependency (used directly byaudio_io.py) - Remove stale torchaudio 1.x hidden imports (
backend,io) that caused PyInstaller errors on torchaudio 2.x
Removed
Audio Splitter 0.1.14
Added
Changed
Fixed
- PyInstaller build: bundle NumPy and lameenc binaries so stem separation no longer fails with
No module named 'numpy.core.multiarray' - Declare
numpyas an explicit project dependency (used directly byaudio_io.py)
Removed
Audio Splitter 0.1.13
Added
Changed
- README: document separation modes, project layout, and install paths; add
youtubeoptional dependency (yt-dlp) topyproject.toml
Fixed
Removed
Audio Splitter 0.1.12
Added
Changed
Fixed
- Packaged desktop app startup: stop excluding torchaudio subpackages (
datasets,models,pipelines, etc.) thattorchaudio.__init__imports at load time
Removed
Audio Splitter 0.1.11
Added
Changed
Fixed
- PyInstaller desktop bundle: stop excluding
torch.testingandtorch.onnx, and includetorch.testingandtorch.autograd.gradcheckas hidden imports required duringtorch.nninitialization
Removed
Audio Splitter 0.1.10
Added
Changed
Fixed
- Packaged desktop app startup: stop excluding core torch modules (
torch.package,torch.distributed.rpc, jit internals) that PyTorch imports duringtorch.nninitialization
Removed
Audio Splitter 0.1.9
Added
Changed
Fixed
- Fixes
Removed
Audio Splitter 0.1.8
Added
Changed
- Release CI bundles CPU-only PyTorch so the desktop zip stays under GitHub's 2 GB asset limit (GPU builds exceed it); install CUDA wheels locally for a faster GPU build
- PyInstaller bundle: minimal demucs hook (inference modules only), exclude torch compile/profiler stacks and demucs training CLI modules
Fixed
Removed
Audio Splitter 0.1.5
Added
Changed
Fixed
- Windows EXE startup no longer fails with
Python.Runtime.Loader.Initializeor missingSystem.Windows.Formswhen launched from a downloaded release (pythonnet/clr_loader bundling, .NET Framework runtime, Mark-of-the-Web unblock)
Removed
Audio Splitter 0.1.4
Added
Changed
Fixed
- Windows EXE startup no longer fails with
Python.Runtime.Loader.Initializewhen launched from a downloaded release (pythonnet/clr_loader bundling, coreclr runtime, Mark-of-the-Web unblock)