Changed README and Cargo.toml

This commit is contained in:
Polochon-street 2021-05-15 21:56:56 +02:00
parent 57847250ca
commit 5605d24d4d
2 changed files with 3 additions and 4 deletions

View File

@ -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"

View File

@ -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