Cargo Features

[dependencies]
bliss-rs = { version = "0.1.4", default-features = false, features = ["build-ffmpeg", "bench", "serde"] }
default = build-ffmpeg

Building ffmpeg until either https://github.com/zmwangx/rust-ffmpeg/pull/60 or https://github.com/zmwangx/rust-ffmpeg/pull/62 is in

Enables static of bliss-audio-aubio-rs

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.

build-ffmpeg default

Enables build of ffmpeg-next ^4.3.8

bench

Features from optional dependencies

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework