{"id":13732082,"url":"https://github.com/fungos/ass","last_synced_at":"2026-03-10T07:05:29.030Z","repository":{"id":136545193,"uuid":"159084113","full_name":"fungos/ass","owner":"fungos","description":"ASS: Audio Stupidly Simple","archived":false,"fork":false,"pushed_at":"2018-12-12T00:26:29.000Z","size":625,"stargazers_count":35,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T09:12:52.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fungos.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}},"created_at":"2018-11-25T23:22:11.000Z","updated_at":"2025-03-03T12:46:33.000Z","dependencies_parsed_at":"2024-01-31T04:13:14.108Z","dependency_job_id":"c19cca27-9291-420f-8628-cf5b8f61b930","html_url":"https://github.com/fungos/ass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fungos/ass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fungos%2Fass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fungos%2Fass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fungos%2Fass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fungos%2Fass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fungos","download_url":"https://codeload.github.com/fungos/ass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fungos%2Fass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-08-03T02:01:45.888Z","updated_at":"2026-03-10T07:05:29.006Z","avatar_url":"https://github.com/fungos.png","language":"C","readme":"# ASS: Audio Stupidly Simple\n\nA single header library for audio decoding and playback.\n\nTo KISS*, ASS supports only:\n- Wav/Mp3/Ogg/Flac formats\n- OpenAL/SDL2/ALSA/OSS/WASAPI/WINMM/PortAudio backends\n\nEasy to use and no weird build scripts needed, just copy-compile-play!\n\n*Dependencies may be required based on the backend used.\n\n## Using\n\nThe `ass.h` embeds all the necessary decoding dependencies in it, you only need to do:\n\n```\n#define ASS_IMPLEMENTATION\n#include \"ass.h\"\n```\nand ready to go. Otherwise, if you already have dr_libs and stb_vorbis in your project, use the `ass_lite.h` version:\n\n```\n#define ASS_IMPLEMENTATION\n#include \"ass_lite.h\"\n```\n\n## Sample\n\nTo test the sample copy any 3 files into the sample folder, named as:\n- sound.wav\n- music1.mp3\n- music2.ogg\n\nAnd run:\n\n```\n$ cd sample \u0026\u0026 ./compile.sh \u0026\u0026 ./sample\n```\n\n## License\n\n`ass.h` and `ass_lite.h` are basically [SoLoud](https://github.com/jarikomppa/soloud) minus some features, thus licensed under SoLoud license terms.\n\n[dr_mp3, dr_flac, dr_wav](https://github.com/mackron/dr_libs) and [stb_vorbis](https://github.com/nothings/stb) are under their own respective licenses.\n\nbuild/* is under MIT License.\n","funding_links":[],"categories":["Multimedia"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffungos%2Fass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffungos%2Fass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffungos%2Fass/lists"}