[package] name = "beat-detector" description = """ Audio beat detection library, that supports different audio input devices as source. You can pass a callback for each found beat to the library. """ version = "0.1.2" authors = ["Philipp Schuster "] edition = "2018" license = "MIT" keywords = ["audio", "beat", "beat-detection" ] categories = [ "multimedia::audio" ] readme = "README.md" homepage = "https://github.com/phip1611/beat-detector" repository = "https://github.com/phip1611/beat-detector" documentation = "https://docs.rs/beat-detector" [dependencies] lowpass-filter = "0.2.4" spectrum-analyzer = "1.1.0" cpal = "0.13.3" ringbuffer = "0.7.1" [dev-dependencies] minimp3 = "0.5.1" ctrlc = { version = "3.1.9", features = ["termination"] } # for examples ws2818-rgb-led-spi-driver = "2.0.0" # for examples rand = "0.8.3" # for examples # otherwise FFT and other code is too slow [profile.dev] opt-level = 1