{"id":57617,"library":"hound","title":"hound","description":"A wav encoding and decoding library for Rust.","status":"active","version":"3.5.1","language":"rust","source_language":null,"source_url":"https://github.com/ruuda/hound","tags":["wav","audio","encoding","decoding"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhound = \"3.5.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hound","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"WavReader","correct":"use hound::WavReader;"}],"quickstart":{"code":"use hound::WavReader;\n\nfn main() {\n    let reader = WavReader::open(\"audio.wav\").unwrap();\n    println!(\"Sample rate: {}\", reader.spec().sample_rate);\n}","lang":"rust","description":"Open a WAV file and read its sample rate."},"warnings":[],"env_vars":null,"search_vec":"'audio':11 'decod':6,13 'encod':4,12 'hound':1 'librari':7 'rust':9 'wav':3,10","created_at":"2026-06-16T15:50:43.860995+00:00","updated_at":"2026-06-16T15:50:43.860995+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ruuda/hound","github":"https://github.com/ruuda/hound","docs":"https://docs.rs/hound/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}