docs.rs failed to build wayle-cava-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
wayle-cava
Real-time audio frequency visualization via libcava.
Usage
CavaService captures system audio and produces frequency bar amplitudes. The values field updates at the configured framerate (default 60fps).
use ;
use StreamExt;
async
Runtime changes like set_bars() and set_noise_reduction() restart the capture automatically. The vendored feature (on by default) compiles libcava from source.
License
MIT
Part of wayle-services.