Cargo Features
WaveRs has no features set by default.
[dependencies]
wavers = { version = "1.5.1", features = ["ndarray", "pyo3", "colored", "logging", "resampling"] }
add features
- ndarray
-
Enables ndarray
Affects
conversion::IntoNdarray
,conversion::AsNdarray
… - pyo3
-
Enables numpy ^0.21.0 and pyo3 ^0.21.2, pyo3 of i24
Affects
header::WavHeader
… - colored
-
Enables colored ^2.1.0
- logging
-
Enables log
- resampling
-
Enables rubato ^0.15.0