mfcc 0.0.1

Calculate Mel Frequency Cepstral Coefficients from audio data
Documentation
Build #162006 2019-05-24T06:26:15.896559+00:00
# rustc version
rustc 1.36.0-nightly (d35181ad8 2019-05-20)
# docs.rs version
cratesfyi 0.6.0 (be80566 2019-05-06)

# build log
Updating crates.io index
Downloading crates ...
Downloaded mfcc v0.0.1
Fresh autocfg v0.1.4
Checking transpose v0.1.0
Checking strength_reduce v0.2.1
Fresh num-traits v0.2.8
Fresh num-integer v0.1.41
Checking num-complex v0.2.1
Running `rustc --crate-name transpose /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/transpose-0.1.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=12621f85c76ab087 -C extra-filename=-12621f85c76ab087 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name strength_reduce /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/strength_reduce-0.2.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=297e4fd318ce77e7 -C extra-filename=-297e4fd318ce77e7 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name num_complex /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/num-complex-0.2.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="std"' -C metadata=b4fd468d0ebe830c -C extra-filename=-b4fd468d0ebe830c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-67893f927d62fe50.rmeta --cap-lints allow --cfg has_i128`
Checking rustfft v3.0.0
Running `rustc --crate-name rustfft /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustfft-3.0.0/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=fe78c59707da739b -C extra-filename=-fe78c59707da739b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_complex=/home/cratesfyi/cratesfyi/debug/deps/libnum_complex-b4fd468d0ebe830c.rmeta --extern num_integer=/home/cratesfyi/cratesfyi/debug/deps/libnum_integer-a3b369d3b80c70bf.rmeta --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-67893f927d62fe50.rmeta --extern strength_reduce=/home/cratesfyi/cratesfyi/debug/deps/libstrength_reduce-297e4fd318ce77e7.rmeta --extern transpose=/home/cratesfyi/cratesfyi/debug/deps/libtranspose-12621f85c76ab087.rmeta --cap-lints allow`
Documenting mfcc v0.0.1
Running `rustdoc --edition=2018 --crate-name mfcc /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/mfcc-0.0.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190520-1.36.0-nightly-d35181ad8 --static-root-path / --disable-per-crate-search --extern-html-root-url 'rustfft=https://docs.rs/rustfft/3.0.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustfft=/home/cratesfyi/cratesfyi/debug/deps/librustfft-fe78c59707da739b.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 5.94s