mel

Crates.iomel
lib.rsmel
version0.3.0
sourcesrc
created_at2016-02-27 13:20:37.882933
updated_at2017-10-01 11:39:47.431456
descriptionconvert scalars and vectors from hertz to mel scale
homepagehttps://github.com/snd/mel
repositoryhttps://github.com/snd/mel.git
max_upload_size
id4306
size30,256
(snd)

documentation

https://snd.github.io/mel/mel/index.html

README

mel

status: working. tested. needs better documentation. needs refactoring. api still in flux.

Build Status

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.

read the documentation for an example and more !

contributing

licensed under either of apache-2.0 (tl;dr) or MIT (tl;dr) at your option

Commit count: 45

cargo fmt