mel_filter 0.1.1

Mel bank filter, Same as `librosa.filters.mel`.
Documentation
[package]
name = "mel_filter"
version = "0.1.1"
authors = ["Wonway Song <sww4718168@163.com>"]
edition = "2018"
description = "Mel bank filter, Same as `librosa.filters.mel`."
documentation = "https://docs.rs/mel-filter"
repository = "https://github.com/songww/mel-filter"
homepage = "https://github.com/songww/mel-filter"
license = "MIT"
keywords = ["mel", "mel_filter", "mel_bank_filter", "librosa"]
categories = ["multimedia::audio", "science"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4"
num-traits = "0.2"
itertools-num = "0.1"