uvr-core
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-dspfor STFT and resampling primitives.uvr-modelsfor supported-model metadata, fingerprints and optional downloads.uvr-vrfor 5-HP, 6-HP and DeEcho inference.uvr-roformerfor BS-RoFormer 1296 inference.uvr-runtimefor complete file separation and runtime selection.
Model weights are not bundled. See the repository's runtime guide and third-party notice.
Licensed under MIT.