Cargo Features
firewheel-cpal has no features set by default.
[dependencies]
firewheel-cpal = { version = "0.3.0", features = ["resample_inputs", "wasm-bindgen"] }
- resample_inputs
-
Enables fft-resampler of fixed-resample
fixed-resample:
Enables the fft-based resampling algorithm used for the
High
resampling quality. This is recommended for most use cases. Disable if you only need theLow
resampling quality. - wasm-bindgen
-
Enables wasm-bindgen of cpal
firewheel-cpal has 2 features without comments.