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).
Add an UI button to refresh the PulseAudio device list
Add a status icon through the KSNI rust crate
Add a no duplicate entries setting (issue #198)
Set the default request interval to a tunable 8 seconds
Don't try to fingerprint empty audio buffers
Fix a display glitch