uvr-core 0.1.2

Shared DSP, model loading and CPU inference implementation for UVR Rust
Documentation

uvr-core

crates.io Documentation

Shared implementation for UVR Rust. It contains audio DSP, model identification and the feature-gated VR and BS-RoFormer CPU inference paths used by the CLI and desktop app.

Most applications should depend on one of the focused facade crates instead:

  • uvr-dsp for STFT and resampling primitives.
  • uvr-models for supported-model metadata, fingerprints and optional downloads.
  • uvr-vr for 5-HP, 6-HP and DeEcho inference.
  • uvr-roformer for BS-RoFormer 1296 inference.
  • uvr-runtime for complete file separation and runtime selection.

Model weights are not bundled. See the repository's runtime guide and third-party notice.

Licensed under MIT.