SongRec is an unofficial Shazam client for Linux, written in Rust. It allows you to easily recognize songs from your speakers, microphone or audio files.
Features:
- Recognize audio from an arbitrary audio file.
- Recognize audio from the microphone.
- Usage from both GUI and command line (for the file recognition part).
- Provide an history of the recognized songs on the GUI, exportable to CSV.
- Continuous song detection from the microphone, with the ability to choose your input device.
- Ability to recognize songs from your speakers rather than your microphone (on compatible PulseAudio setups).
Skip using the PipeWire backend when no node is available (issue #265)
Avoid a crash when using the CLI with MPRIS not loaded on the system
Log network requests and responses when using the -vvv flag
Log the command used by the ffmpeg backend when used
Log the audio backend selected by CPAL on Linux