Skip to content

Releases: SivertSolum/AudioSplitter

Audio Splitter 0.1.15

Choose a tag to compare

@github-actions github-actions released this 05 Jul 18:28

Added

Changed

Fixed

  • PyInstaller build: bundle NumPy and lameenc binaries so stem separation no longer fails with No module named 'numpy.core.multiarray'
  • Declare numpy as an explicit project dependency (used directly by audio_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

Choose a tag to compare

@github-actions github-actions released this 05 Jul 13:56

Added

Changed

Fixed

  • PyInstaller build: bundle NumPy and lameenc binaries so stem separation no longer fails with No module named 'numpy.core.multiarray'
  • Declare numpy as an explicit project dependency (used directly by audio_io.py)

Removed

Audio Splitter 0.1.13

Choose a tag to compare

@github-actions github-actions released this 05 Jul 11:18

Added

Changed

  • README: document separation modes, project layout, and install paths; add youtube optional dependency (yt-dlp) to pyproject.toml

Fixed

Removed

Audio Splitter 0.1.12

Choose a tag to compare

@github-actions github-actions released this 04 Jul 22:16

Added

Changed

Fixed

  • Packaged desktop app startup: stop excluding torchaudio subpackages (datasets, models, pipelines, etc.) that torchaudio.__init__ imports at load time

Removed

Audio Splitter 0.1.11

Choose a tag to compare

@github-actions github-actions released this 04 Jul 22:05

Added

Changed

Fixed

  • PyInstaller desktop bundle: stop excluding torch.testing and torch.onnx, and include torch.testing and torch.autograd.gradcheck as hidden imports required during torch.nn initialization

Removed

Audio Splitter 0.1.10

Choose a tag to compare

@github-actions github-actions released this 04 Jul 21:50

Added

Changed

Fixed

  • Packaged desktop app startup: stop excluding core torch modules (torch.package, torch.distributed.rpc, jit internals) that PyTorch imports during torch.nn initialization

Removed

Audio Splitter 0.1.9

Choose a tag to compare

@github-actions github-actions released this 04 Jul 21:36

Added

Changed

Fixed

  • Fixes

Removed

Audio Splitter 0.1.8

Choose a tag to compare

@github-actions github-actions released this 04 Jul 21:24

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

Choose a tag to compare

@github-actions github-actions released this 04 Jul 18:20

Added

Changed

Fixed

  • Windows EXE startup no longer fails with Python.Runtime.Loader.Initialize or missing System.Windows.Forms when launched from a downloaded release (pythonnet/clr_loader bundling, .NET Framework runtime, Mark-of-the-Web unblock)

Removed

Audio Splitter 0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:59

Added

Changed

Fixed

  • Windows EXE startup no longer fails with Python.Runtime.Loader.Initialize when launched from a downloaded release (pythonnet/clr_loader bundling, coreclr runtime, Mark-of-the-Web unblock)

Removed