hound 0.3.0

A WAV encoding and decoding library
docs.rs failed to build hound-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: hound-3.5.1

Hound

A WAV encoding and decoding library in Rust.

Build Status Crates.io version

Hound can read and write the WAVE audio format, an ubiquitous format for raw, uncompressed audio. The main motivation to write it was to test Claxon, a FLAC decoding library written in Rust.

Hound is licensed under the GNU General Public License.