{"id":19203198,"url":"https://github.com/dilawar/wav","last_synced_at":"2025-05-12T13:24:40.674Z","repository":{"id":145108085,"uuid":"112024095","full_name":"dilawar/wav","owner":"dilawar","description":"Uncompressed WAV file parser ","archived":false,"fork":false,"pushed_at":"2019-02-18T08:17:53.000Z","size":22,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T13:36:31.938Z","etag":null,"topics":["audio-processing","binary-parser","cpp11","wav-audio","wav-files"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dilawar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-25T18:02:49.000Z","updated_at":"2023-12-06T11:32:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf7697fc-25b5-49cf-8eec-ca31584b1bb3","html_url":"https://github.com/dilawar/wav","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilawar%2Fwav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilawar%2Fwav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilawar%2Fwav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilawar%2Fwav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dilawar","download_url":"https://codeload.github.com/dilawar/wav/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745891,"owners_count":21957461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio-processing","binary-parser","cpp11","wav-audio","wav-files"],"created_at":"2024-11-09T12:47:17.292Z","updated_at":"2025-05-12T13:24:40.654Z","avatar_url":"https://github.com/dilawar.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/dilawar/wav.svg?branch=master)](https://travis-ci.org/dilawar/wav)\n# wav\n\nHeader only uncompressed WAV file parser.\n\n## Snippet \n\n    WAVE wav( \"./kalia.wav\" );\n    \n    // channelData is vector\u003c pair\u003cdouble, vector\u003cint\u003e \u003e \n    auto channelData = wav.getData( );\n    for( auto v : channelData )\n    {\n        cout \u003c\u003c v.first \u003c\u003c ' ';\n        for( auto vv : v.second )\n            cout \u003c\u003c vv \u003c\u003c ' ';\n        cout \u003c\u003c endl;\n     }\n     \n`channelData` is a vector of `pair`. First value is time and second value is a vector of values\nin channels. \n\n__NOTE__ Only tested with simple uncompressed wav file with 1 channel. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdilawar%2Fwav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdilawar%2Fwav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdilawar%2Fwav/lists"}