{"id":69931,"library":"youpy-go-wav","title":"go-wav","description":"Package go-wav provides functions for reading and writing WAV audio files.","status":"active","version":"0.3.2","language":"go","source_language":null,"source_url":"https://github.com/youpy/go-wav","tags":["wav","audio","file","decoding"],"install":[{"cmd":"go get github.com/youpy/go-wav","lang":"bash","label":"Install github.com/youpy/go-wav"}],"dependencies":[],"imports":[{"symbol":"wav","correct":"github.com/youpy/go-wav"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"os\"\n\t\"github.com/youpy/go-wav\"\n)\n\nfunc main() {\n\tfile, _ := os.Open(\"audio.wav\")\n\treader := wav.NewReader(file)\n\tsamples, _ := reader.ReadSamples()\n\tfmt.Println(len(samples))\n}","lang":"go","description":"Opens a WAV file and reads its audio samples."},"warnings":[],"env_vars":null,"search_vec":"'audio':15,18 'decod':20 'file':16,19 'function':9 'go':2,6 'go-wav':1,5 'packag':4 'provid':8 'read':11 'wav':3,7,14,17 'write':13","created_at":"2026-06-17T18:07:28.624304+00:00","updated_at":"2026-06-17T18:07:28.624304+00:00","problems":[],"ecosystem":"go","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/youpy/go-wav","github":"https://github.com/youpy/go-wav","docs":"https://pkg.go.dev/github.com/youpy/go-wav#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}