Skip to content

v0.1.0

Choose a tag to compare

@Tinnci Tinnci released this 14 Jun 07:09
· 54 commits to main since this release

Superseded by v0.1.1 for Python 3.10 compatibility. v0.1.0 published successfully but used datetime.UTC, which is only available on Python 3.11+.

First public alpha release.

Highlights

  • Baseline sinc-resample CLI/API for local audio resampling workflows.
  • Recursive batch planning, dry runs, JSON manifests, manifest comparison, and quality reports.
  • Optional external AudioSR backend wiring.
  • Managed weight manifests, local cache verification, and explicit Hugging Face download plumbing.
  • LavaSR-compatible BWE weight metadata and verification.
  • PyPI Trusted Publishing / GitHub OIDC release workflow.

Known Limits

  • lavasr-compat can download and verify weights, but self-contained inference is not implemented yet.
  • Real model integrations remain optional and skipped by default in normal tests.