v4.1.2
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