SongRec est un client Shazam non-officiel pour Linux, écrit en Rust. Il vous permet de reconnaître facilement des chansons à partir de vos hauts-parleurs, microphones ou fichiers audio.
Il vous permet aussi de :
- Reconnaître des chansons à partir d'un fichier audio arbitraire.
- Reconnaître des chansons à partir du microphone.
- Utilisable en mode graphique et depuis la ligne de commande.
- Fournit un historique des chansons reconnues via l'interface graphique, exportable au format CSV.
- Reconnaissance continue de l'audio à partir du microphone, avec la possibilité de choisir votre périphérique d'entrée.
- Possibilité de reconnaître les chansons à partir de vos hauts-parleurs plutôt que votre microphone.
Update audio handling in order to fallback from PipeWire to ALSA or vice-versa, to improve platform support (#265, #306, #309)
Update Czech translation thanks to @Fjuro
Update Turkish translation thanks to @Abrifq
Update Brazilian translation thanks to @marcelocripe
Update Slovak translation thanks to @dodog
Bundle release notes in the About dialog
Fix a regression that had not to display the "Troubleshooting" page in the About dialogs
Use RustFFT instead of ChFFT in order to use SIMD optimizations on compatible platforms (issue #288)
Pad input files audio lesser than 12 secondes in order to gather more fingerpriting output (issue #288)
Merge a patch from the CPAL library allowing to bypass defective PipeWire setups (RustAudio/cpal#1194)