{"id":22513314,"url":"https://github.com/atypicalim/replay","last_synced_at":"2025-03-28T01:23:08.033Z","repository":{"id":264657673,"uuid":"893940370","full_name":"Atypicalim/replay","owner":"Atypicalim","description":"a simple wrap for miniaudio to play sounds and music ...","archived":false,"fork":false,"pushed_at":"2024-11-25T15:20:55.000Z","size":2217,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T03:18:43.256Z","etag":null,"topics":["audio","c","game","music","sound"],"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/Atypicalim.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-25T13:27:30.000Z","updated_at":"2024-11-25T15:22:14.000Z","dependencies_parsed_at":"2024-11-25T16:41:14.491Z","dependency_job_id":null,"html_url":"https://github.com/Atypicalim/replay","commit_stats":null,"previous_names":["atypicalim/replay"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Freplay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Freplay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Freplay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atypicalim%2Freplay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Atypicalim","download_url":"https://codeload.github.com/Atypicalim/replay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245950627,"owners_count":20699099,"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","c","game","music","sound"],"created_at":"2024-12-07T03:11:10.402Z","updated_at":"2025-03-28T01:23:08.012Z","avatar_url":"https://github.com/Atypicalim.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Replay\n\n### 0. Description\n\n\u003e a simple wrap for miniaudio to play sounds and music, you can use it in your game project to play audio files.\n\n### 1. Usage\n\n\u003e load a music and play\n\n```c\n// init audio device\nreplay_InitAudioDevice();\n// load and play\nRMusic music = replay_LoadMusic(\"resources/country.mp3\");\nreplay_PlayMusic(music);\n// loop and update\nwhile (1) {\n    replay_UpdateMusic(music);\n}\n// free after finish\nreplay_UnloadMusic(music);\nreplay_CloseAudioDevice();\n```\n\n\u003e for more info please visit `replay.h` file\n \n### 2. alternatives\n \n- [raudio: simple and easy-to-use audio library based on miniaudio](https://github.com/raysan5/raudio)\n\n- [miniaudio: a single file library for audio playback and capture.](https://github.com/mackron/miniaudio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatypicalim%2Freplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatypicalim%2Freplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatypicalim%2Freplay/lists"}