wav 0.3.0

This is a crate for reading in and writing out wave files. It supports bit depths of 8, 16, and 24 bits, and any number of channels.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"

[[package]]
name = "riff"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bffa0ee268f0e9f654cf3b8939af03e44c26724f3d1f6b44d08677bf198ecb89"
dependencies = [
 "byteorder",
]

[[package]]
name = "wav"
version = "0.3.0"
dependencies = [
 "riff",
]