Skip to content

v0.18.2

Choose a tag to compare

@walterfr walterfr released this 01 Aug 00:51

Fixed

  • Setup didn't test pitch extraction (swift_f0), only surfacing the crash when actually generating. swift_f0 imports onnxruntime just like the lead-vocal-rescue (audio-separator), but without try/except protection — if its onnxruntime fails to load (common cause: missing Microsoft Visual C++ Redistributable), the whole sidecar dies on import, generating nothing. Setup validated other essential libraries but not this one, so it reported "all good" and the user only discovered the problem mid-generation (reported by a real user). swift_f0 is now also validated during setup, with the same VC++ Redistributable hint if it fails.

Full changelog: CHANGELOG.md · CHANGELOG.en.md