beat-detector 0.1.2

Audio beat detection library, that supports different audio input devices as source. You can pass a callback for each found beat to the library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "beat-detector"
version = "0.1.2"
authors = ["Philipp Schuster <phip1611@gmail.com>"]
description = "Audio beat detection library, that supports different audio input devices as source.\nYou can pass a callback for each found beat to the library.\n"
homepage = "https://github.com/phip1611/beat-detector"
documentation = "https://docs.rs/beat-detector"
readme = "README.md"
keywords = ["audio", "beat", "beat-detection"]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/phip1611/beat-detector"
[profile.dev]
opt-level = 1
[dependencies.cpal]
version = "0.13.3"

[dependencies.lowpass-filter]
version = "0.2.4"

[dependencies.ringbuffer]
version = "0.7.1"

[dependencies.spectrum-analyzer]
version = "1.1.0"
[dev-dependencies.ctrlc]
version = "3.1.9"
features = ["termination"]

[dev-dependencies.minimp3]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.3"

[dev-dependencies.ws2818-rgb-led-spi-driver]
version = "2.0.0"