spectrum-analyzer 0.2.2

A simple and fast `no_std` library to get the frequency spectrum of a digital signal (e.g. audio) using FFT. It follows the KISS principle and consists of simple building blocks/optional features.
Documentation
[dependencies.rustfft]
version = "5.0.1"
[dev-dependencies.audio-visualizer]
version = "0.2.1"

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

[package]
authors = ["Philipp Schuster <phip1611@gmail.com>"]
categories = ["multimedia", "no-std"]
description = "A simple and fast `no_std` library to get the frequency spectrum of a digital signal (e.g. audio) using FFT.\nIt follows the KISS principle and consists of simple building blocks/optional features.\n"
documentation = "https://docs.rs/spectrum-analyzer"
edition = "2018"
homepage = "https://github.com/phip1611/spectrum-analyzer"
keywords = ["fft", "spectrum", "frequencies", "audio", "dsp"]
license = "MIT"
name = "spectrum-analyzer"
readme = "README.md"
repository = "https://github.com/phip1611/spectrum-analyzer"
version = "0.2.2"
[profile.dev]
opt-level = 1