Skip to content

v4.1.2

Choose a tag to compare

@ChenPaulYu ChenPaulYu released this 14 Jan 04:03
· 9 commits to main since this release

What's New

Added

  • Google Colab notebook (notebooks/quickstart_colab.ipynb)
    • 7-section workflow: install, download model, upload audio, run separation, check outputs, preview results, download results
    • Support for both CLI and Python API methods
    • Colab badge and "Try it in Colab" section in README
  • Soundfile fallback for audio I/O operations
    • save_audio() falls back to soundfile when torchaudio fails
    • _load_audio() now has 3 fallback levels: ffmpeg → torchaudio → soundfile

Fixed

  • Python 3.12+ compatibility: Fixed torchaudio/torchcodec dependency issue in newer Python environments (e.g., Google Colab)

Full Changelog: v4.1.1...v4.1.2