# mel
*status: working. tested. needs better documentation. needs refactoring. api still in flux.*
[](https://travis-ci.org/snd/mel/branches)
[](https://crates.io/crates/mel)
**convert scalars and vectors from hertz to [mel scale](https://en.wikipedia.org/wiki/Mel_scale).
written in [rust](https://www.rust-lang.org/)**
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 !](https://snd.github.io/mel/mel/index.html)
### [contributing](contributing.md)
### licensed under either of [apache-2.0](LICENSE-APACHE) ([tl;dr](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0))) or [MIT](LICENSE-MIT) ([tl;dr](https://tldrlegal.com/license/mit-license)) at your option