{"id":20060236,"url":"https://github.com/kid0h/sap","last_synced_at":"2026-06-08T03:31:54.351Z","repository":{"id":189820738,"uuid":"455499379","full_name":"Kid0h/SAP","owner":"Kid0h","description":"A simple cross-platform audio player made in C++","archived":false,"fork":false,"pushed_at":"2022-03-24T13:38:53.000Z","size":593,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T10:13:38.113Z","etag":null,"topics":["cpp","ffmpeg-libraries","miniaudio"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kid0h.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-02-04T10:06:24.000Z","updated_at":"2022-03-24T13:42:17.000Z","dependencies_parsed_at":"2023-08-21T23:23:47.127Z","dependency_job_id":null,"html_url":"https://github.com/Kid0h/SAP","commit_stats":null,"previous_names":["kid0h/sap"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Kid0h/SAP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kid0h%2FSAP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kid0h%2FSAP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kid0h%2FSAP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kid0h%2FSAP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kid0h","download_url":"https://codeload.github.com/Kid0h/SAP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kid0h%2FSAP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34047266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cpp","ffmpeg-libraries","miniaudio"],"created_at":"2024-11-13T13:13:40.023Z","updated_at":"2026-06-08T03:31:54.333Z","avatar_url":"https://github.com/Kid0h.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SAP: Simple Audio Player\nA simple cross-platform audio player made in C++\n\n## Usage\n```\n./sap \u003cfile\u003e [volume]\n```\nexample usage:\n```bash\n./sap \"ON TOP.mp3\" 25\n```\n\n## Dependencies\n- [ffmpeg libraries (v4.4 \u003e=)](https://github.com/FFmpeg/FFmpeg) - for audio decoding\n- [miniaudio (included)](https://github.com/mackron/miniaudio) - for audio playback\n- [fmt (included as a submodule)](https://github.com/fmtlib/fmt) - for easier logging\n\n## Building from source\nYou'll need to have the ffmpeg libraries already installed on your machine.\nif you're using `linux`, CMake will try to automatically detect the ffmpeg libraries and use them.\n\n\n\nPlease make sure you clone the repository using `--recursive` to clone the needed submodules too.  \n```\ngit clone --recursive https://github.com/Kid0h/SAP\ncd SAP\nmkdir build \u0026\u0026 cd build\n\ncmake -DCMAKE_BUILD_TYPE=Release ..\ncmake --build . --config Release\n```\nIf you're using `Windows` or if CMake can't find the ffmpeg libraries on your machine - you'll need to specifiy an include directory and a link file for each ffmpeg component one by one to CMake, for example:\n```bash\ncmake -DCOMPONENT_LIBRARIES=\"C:/ffmpeg/build/component/lib/component.lib\" -DCOMPONENT_INCLUDE_DIRS=\"C:/ffmpeg/build/component/include\" ..\n```\n\n## Reaching out\nIf you have any issues or questions - you can open an issue [here](https://github.com/Kid0h/SAP/issues/new)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkid0h%2Fsap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkid0h%2Fsap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkid0h%2Fsap/lists"}