Crates.io | live-radio-songrec |
lib.rs | live-radio-songrec |
version | 3.0.0 |
source | src |
created_at | 2024-04-16 05:09:20.76792 |
updated_at | 2024-08-20 06:59:44.174641 |
description | Rust program to listen to live radio (audio) streams and recognize currently playing songs using Shazam. |
homepage | |
repository | https://github.com/jjaacckk/live-radio-songrec |
max_upload_size | |
id | 1209948 |
size | 164,426 |
Rust program to listen to live radio streams and recognize currently playing songs using Shazam.
This project relies heavily on SongRec, which does not seem to expose many of the necessary functions (meaning I cannot use it as a library via use SongRec::fingerprinting::*
or similar).