Crates.io | mel |
lib.rs | mel |
version | 0.3.0 |
source | src |
created_at | 2016-02-27 13:20:37.882933 |
updated_at | 2017-10-01 11:39:47.431456 |
description | convert scalars and vectors from hertz to mel scale |
homepage | https://github.com/snd/mel |
repository | https://github.com/snd/mel.git |
max_upload_size | |
id | 4306 |
size | 30,256 |
status: working. tested. needs better documentation. needs refactoring. api still in flux.
convert scalars and vectors from hertz to mel scale. written in rust
useful for transforming a power spectrum vector into a smaller and more meaningful representation.
to use add mel = "*"
to the [dependencies]
section of your Cargo.toml
and call extern crate mel;
in your code.