Merge pull request #3 from Polochon-street/change-small-stuff
Changed README and Cargo.toml
This commit is contained in:
commit
dcf5c37863
2 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue