mfcc 0.1.0

Calculate Mel Frequency Cepstral Coefficients from audio data
Documentation
Build #163206 2019-05-30T19:55:07.317634+00:00
# rustc version
rustc 1.37.0-nightly (37d001e4d 2019-05-29)
# docs.rs version
cratesfyi 0.6.0 (be80566 2019-05-06)

# build log
Updating crates.io index
Downloading crates ...
Downloaded mfcc v0.1.0
Fresh autocfg v0.1.4
Checking strength_reduce v0.2.1
Checking transpose v0.1.0
Compiling num-integer v0.1.41
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=c732c71a1c7fcdda -C extra-filename=-c732c71a1c7fcdda --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
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=10065d9cea182b89 -C extra-filename=-10065d9cea182b89 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="std"' -C metadata=1f66102eaba487e2 -C extra-filename=-1f66102eaba487e2 --out-dir /home/cratesfyi/cratesfyi/debug/build/num-integer-1f66102eaba487e2 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern autocfg=/home/cratesfyi/cratesfyi/debug/deps/libautocfg-9c463d413238c66a.rlib --cap-lints allow`
Fresh num-traits v0.2.8
Fresh num-complex v0.2.1
Running `/home/cratesfyi/cratesfyi/debug/build/num-integer-1f66102eaba487e2/build-script-build`
Running `rustc --crate-name num_integer /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41/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=013daea6e6830e97 -C extra-filename=-013daea6e6830e97 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-c59adf2d09304045.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=e8f9f7c515d9d99d -C extra-filename=-e8f9f7c515d9d99d --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_complex=/home/cratesfyi/cratesfyi/debug/deps/libnum_complex-4a9bf948132c3799.rmeta --extern num_integer=/home/cratesfyi/cratesfyi/debug/deps/libnum_integer-013daea6e6830e97.rmeta --extern num_traits=/home/cratesfyi/cratesfyi/debug/deps/libnum_traits-c59adf2d09304045.rmeta --extern strength_reduce=/home/cratesfyi/cratesfyi/debug/deps/libstrength_reduce-c732c71a1c7fcdda.rmeta --extern transpose=/home/cratesfyi/cratesfyi/debug/deps/libtranspose-10065d9cea182b89.rmeta --cap-lints allow`
Documenting mfcc v0.1.0
Running `rustdoc --edition=2018 --crate-name mfcc /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/mfcc-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="fftrust"' --cfg 'feature="rustfft"' -Z unstable-options --resource-suffix -20190529-1.37.0-nightly-37d001e4d --static-root-path / --disable-per-crate-search --extern-html-root-url 'fftw=https://docs.rs/fftw/0.6.0' --extern-html-root-url 'num_complex=https://docs.rs/num-complex/0.2.1' --extern-html-root-url 'rustfft=https://docs.rs/rustfft/3.0.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_complex=/home/cratesfyi/cratesfyi/debug/deps/libnum_complex-4a9bf948132c3799.rmeta --extern rustfft=/home/cratesfyi/cratesfyi/debug/deps/librustfft-e8f9f7c515d9d99d.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 7.41s