Skip to content

Commit

Permalink
Bump bliss-audio-aubio-rs crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Polochon-street committed May 12, 2024
1 parent ec968ff commit c586063
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## bliss 0.7.0
* Bump aubio-rs custom crate to disable compiling it with -std=c99
* Add the possibility to make playlists based on multiple songs using extended
isolation forest (Thanks @SimonTeixidor!)
* Remove *_by_key family of functions (Thanks @SimonTeixidor!)
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde = ["dep:serde", "extended-isolation-forest/serde"]
[dependencies]
# Until https://github.com/aubio/aubio/issues/336 is somehow solved
# Hopefully we'll be able to use the official aubio-rs at some point.
bliss-audio-aubio-rs = "0.2.1"
bliss-audio-aubio-rs = "0.2.2"
ffmpeg-next = "6.1.1"
ffmpeg-sys-next = { version = "6.1.0", default-features = false }
log = "0.4.17"
Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ask questions if you want to tackle an item.

## Actual TODO

- Add a list of dependencies / installation guide
- Split out ffmpeg (see https://github.com/Polochon-street/bliss-rs/issues/63 and https://users.rust-lang.org/t/proper-way-to-abstract-a-third-party-provider/107076/8)
- Make ffmpeg an optional (but default) feature
- Make the tests that don't need it not dependent of ffmpeg
Expand Down

0 comments on commit c586063

Please sign in to comment.