grepgrep is a desktop audio practice and transcription app for musicians.
It is designed for learning songs by ear, slowing audio down without changing pitch, viewing the waveform, looping difficult sections, and navigating quickly while practicing or transcribing.
- waveform display
- loop region selection and repeat playback
- pitch-preserving speed control
- support for
mp3,flac,wav,ogg,aac, andm4a
- instrument audio separation is currently work in progress
Build for the current platform:
./build.sh currentBuild targets:
./build.sh linux
./build.sh macos
./build.sh windows
./build.sh all./build.sh macos must be run on a macOS host. GitHub Actions now builds and packages a macOS release artifact automatically.
Run from source:
cargo run --releaseOpen a file at startup:
cargo run --release -- --file path/to/audio.wav