Registry / other / hound
library3.5.1rscratesunverified

A wav encoding and decoding library for Rust.

# Cargo.toml [dependencies] hound = "3.5.1"
INSTALL
IMPORT
SIG · HOUND
H
hound
otherrustv3.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WavReader
use hound::WavReader;

Open a WAV file and read its sample rate.

use hound::WavReader; fn main() { let reader = WavReader::open("audio.wav").unwrap(); println!("Sample rate: {}", reader.spec().sample_rate); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hound — cargo add hound · libregistry