Changed README and Cargo.toml
This commit is contained in:
parent
57847250ca
commit
5605d24d4d
2 changed files with 3 additions and 4 deletions
|
@ -33,7 +33,7 @@ log = "0.4.14"
|
||||||
env_logger = "0.8.3"
|
env_logger = "0.8.3"
|
||||||
thiserror = "1.0.24"
|
thiserror = "1.0.24"
|
||||||
# Until https://github.com/aubio/aubio/issues/336 is somehow solved
|
# 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]
|
[dev-dependencies]
|
||||||
mpd = "0.0.12"
|
mpd = "0.0.12"
|
||||||
|
|
|
@ -9,9 +9,8 @@ Like Bliss, it ease the creation of « intelligent » playlists and/or continuou
|
||||||
play, à la Spotify/Grooveshark Radio.
|
play, à la Spotify/Grooveshark Radio.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
Currently not usable.
|
For simple analysis / distance computing, a look at `examples/distance.rs` and
|
||||||
|
`examples/analyse.rs`.
|
||||||
It's missing a binary / example to actually use the computed features.
|
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue