From 5605d24d4ddfb915dafcb43289c1b19f95836f95 Mon Sep 17 00:00:00 2001 From: Polochon-street Date: Sat, 15 May 2021 21:56:56 +0200 Subject: [PATCH] Changed README and Cargo.toml --- Cargo.toml | 2 +- README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d625270..d398c61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ log = "0.4.14" env_logger = "0.8.3" thiserror = "1.0.24" # Until https://github.com/aubio/aubio/issues/336 is somehow solved -aubio-rs = {version = "0.2.0", path = "./aubio-rs/aubio-rs"} +aubio-rs = {path = "./aubio-rs/aubio-rs"} [dev-dependencies] mpd = "0.0.12" diff --git a/README.md b/README.md index 814fe48..9697ede 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,8 @@ Like Bliss, it ease the creation of « intelligent » playlists and/or continuou play, à la Spotify/Grooveshark Radio. ## Usage -Currently not usable. - -It's missing a binary / example to actually use the computed features. +For simple analysis / distance computing, a look at `examples/distance.rs` and +`examples/analyse.rs`. ## Acknowledgements