{"id":21130648,"url":"https://github.com/brglng/libwave","last_synced_at":"2025-04-06T10:10:44.512Z","repository":{"id":48356241,"uuid":"23828625","full_name":"brglng/libwave","owner":"brglng","description":"A simple C library for reading/writing PCM wave (.wav) files","archived":false,"fork":false,"pushed_at":"2024-11-17T07:55:22.000Z","size":192,"stargazers_count":88,"open_issues_count":2,"forks_count":21,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-30T09:05:42.282Z","etag":null,"topics":["c","wav"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brglng.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2014-09-09T10:12:12.000Z","updated_at":"2025-03-27T11:59:16.000Z","dependencies_parsed_at":"2023-09-18T05:25:36.816Z","dependency_job_id":"2ad46a56-4876-4390-bca6-c59468e1ce76","html_url":"https://github.com/brglng/libwave","commit_stats":null,"previous_names":["brglng/libwave","brglng/libwav"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brglng%2Flibwave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brglng%2Flibwave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brglng%2Flibwave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brglng%2Flibwave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brglng","download_url":"https://codeload.github.com/brglng/libwave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464220,"owners_count":20942970,"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":["c","wav"],"created_at":"2024-11-20T05:36:08.972Z","updated_at":"2025-04-06T10:10:44.477Z","avatar_url":"https://github.com/brglng.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libwave\n\nlibwave is a simple and tiny C library for reading or writing PCM wave (.wav)\nfiles.\n\n## Build and Install\n\nOn Linux and macOS:\n\n    mkdir build\n    cd build\n    cmake [-DCMAKE_BUILD_TYPE=\u003cDebug|Release|RelWithDebInfo\u003e] ..\n    make\n    sudo make install\n\nOn Windows:\n\n    mkdir build\n    cd build\n    cmake ..\n    cmake --build .\n\n## CMake Support\n\nUse `FetchContent`:\n\n    include(FetchContent)\n    FetchContent_Declare(libwave\n        GIT_REPOSITORY    \"https://github.com/brglng/libwave.git\" \n        GIT_SHALLOW       ON\n        )\n    FetchContent_MakeAvailable(libwave)\n    add_executable(yourprogram yourprogram.c)\n    target_link_libraries(yourprogram wave::wave)\n\nUse `add_subdirectory`:\n\n    add_subdirectory(libwave)\n    add_executable(yourprogram yourprogram.c)\n    target_link_libraries(yourprogram wave::wave)\n\nUse `find_package`:\n\n    find_package(wave)\n    add_executable(yourprogram yourprogram.c)\n    target_link_libraries(yourprogram wave::wave)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrglng%2Flibwave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrglng%2Flibwave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrglng%2Flibwave/lists"}