Local macOS desktop app to turn WAV/MP3 into simple, YouTube-ready visualizer videos.
- Bouncing frequency circle + center logo
- Live preview (WebAudio FFT)
- Export MP4 1080p / 30fps locally via FFmpeg (bundled in the app)
- Presets saved locally
- Download the latest
.dmgfrom GitHub Releases:https://github.com/rkr1209/AudioViz/releases, open it and drag AudioViz into Applications.
- More visualizer styles (bars, radial bars, particles, waveform line)
- Preset management (named presets, import/export, sharing)
- Export options (resolution/fps presets, CPU vs VideoToolbox toggle, quality presets)
- Better timeline controls (scrubbing, markers, loop range)
npm install
npm run tauri:build:dmg- Output:
src-tauri/target/release/bundle/dmg/ - The build script will auto-install Rust (via rustup) if
cargois missing. - FFmpeg/ffprobe are bundled as sidecars automatically for the app build.
Web preview only (no export):
npm install
npm run devDesktop dev:
npm install
npm run tauri:devSee CONTRIBUTING.md.
See SECURITY.md.
MIT. See LICENSE.
