Skip to content

Releases: ouor/RVC-Android

RVC Android v1.0.0

Choose a tag to compare

@ouor ouor released this 04 Jun 20:43

First release of RVC Android — 100% on-device RVC voice conversion.

Feed it a mic recording or an audio file (up to 60s), pick your Synth /
HuBERT / RMVPE ONNX models, and convert the speaker entirely on the
device. Export to WAV / MP3 / AAC / M4A / FLAC / OGG. Nothing is uploaded.

Install

Download rvc-android-v1.0.0-arm64-v8a.apk and sideload it:

adb install rvc-android-v1.0.0-arm64-v8a.apk
  • arm64-v8a only, Android 12+ (minSdk 31)
  • This is a debug-signed sideload build — fine for direct install, not
    a Play Store / release-keystore build.

See the README for how to
prepare the ONNX models (export them from voice-changer).