用最简单的方式歌唱 —— 剩下的交给电脑
Sing freely — leave the polishing to AI. Resonance is a desktop karaoke app that runs entirely offline, with real-time lyrics, AI accompaniment separation, and a one-click post-processing pipeline that aligns, tunes, and mixes your vocal.
⚠️ Early version, actively developed.
- Immersive singing — fullscreen lyrics, real-time pitch visualization, AI scoring
- AI accompaniment separation — one-click vocal/instrumental split using local models
- AI post-processing — auto-align, pitch-correct, and mix your recordings
- Local-first — everything runs on your machine, no cloud, no subscription
- Plugin system — extend with custom plugins via a built-in marketplace (WIP)
- P2P chorus — sing with friends over the network (WIP)
Download the latest release for your platform:
First time:
- Launch Resonance
- Drop your music files (with
.lrclyrics) into the app - Pick a song, hit Start, and sing!
Prerequisites:
- Node.js 20+
- Rust toolchain
- Linux only:
libasound2-dev
git clone https://github.com/xycld/Resonance.git
cd Resonance
npm install
npm run devnpm run dev automatically builds the native DSP addon on first run.
Apache-2.0