Merge pull request #6 from Polochon-street/bliss-python-support
Add a bliss-python feature
This commit is contained in:
commit
d286965a2e
2 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,7 @@ no-default-features = true
|
||||||
default = ["bliss-audio-aubio-rs/static", "build-ffmpeg"]
|
default = ["bliss-audio-aubio-rs/static", "build-ffmpeg"]
|
||||||
build-ffmpeg = ["ffmpeg-next/build"]
|
build-ffmpeg = ["ffmpeg-next/build"]
|
||||||
bench = []
|
bench = []
|
||||||
|
python-bindings = ["bliss-audio-aubio-rs/fftw3"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ripemd160 = "0.9.0"
|
ripemd160 = "0.9.0"
|
||||||
|
|
|
@ -14,6 +14,8 @@ For now (and if you're looking for an easy-to use smooth play experience),
|
||||||
[blissify](https://crates.io/crates/blissify) implements bliss for
|
[blissify](https://crates.io/crates/blissify) implements bliss for
|
||||||
[MPD](https://www.musicpd.org/).
|
[MPD](https://www.musicpd.org/).
|
||||||
|
|
||||||
|
There are also [python](https://pypi.org/project/bliss-audio/) bindings.
|
||||||
|
|
||||||
Note 1: the features bliss-rs outputs is not compatible with the ones
|
Note 1: the features bliss-rs outputs is not compatible with the ones
|
||||||
used by C-bliss, since it uses
|
used by C-bliss, since it uses
|
||||||
different, more accurate values, based on
|
different, more accurate values, based on
|
||||||
|
|
Loading…
Reference in a new issue