{"id":19204723,"url":"https://github.com/hongtae/swift-openal-soft","last_synced_at":"2026-01-28T04:03:08.770Z","repository":{"id":90535917,"uuid":"567613357","full_name":"Hongtae/swift-openal-soft","owner":"Hongtae","description":"OpenAL Soft Swift Package","archived":false,"fork":false,"pushed_at":"2024-08-02T09:29:12.000Z","size":149,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T18:32:13.293Z","etag":null,"topics":["audio-library","ios-swift","linux-swift","macos-swift","openal","openal-soft","swift","windows-swift"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hongtae.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"zenodo":null},"funding":{"github":"Hongtae"}},"created_at":"2022-11-18T07:01:57.000Z","updated_at":"2024-08-02T09:29:15.000Z","dependencies_parsed_at":"2023-03-14T04:46:12.024Z","dependency_job_id":"9c52f666-8171-4259-8ba2-c1b6c56f7ad5","html_url":"https://github.com/Hongtae/swift-openal-soft","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hongtae/swift-openal-soft","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hongtae%2Fswift-openal-soft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hongtae%2Fswift-openal-soft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hongtae%2Fswift-openal-soft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hongtae%2Fswift-openal-soft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hongtae","download_url":"https://codeload.github.com/Hongtae/swift-openal-soft/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hongtae%2Fswift-openal-soft/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28837870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["audio-library","ios-swift","linux-swift","macos-swift","openal","openal-soft","swift","windows-swift"],"created_at":"2024-11-09T13:09:31.452Z","updated_at":"2026-01-28T04:03:08.765Z","avatar_url":"https://github.com/Hongtae.png","language":"C","funding_links":["https://github.com/sponsors/Hongtae"],"categories":[],"sub_categories":[],"readme":"# swift-openal-soft\nOpenAL Soft Swift Package\n\n* Swift programming language\n  * https://swift.org\n* OpenAL Soft\n  * https://github.com/kcat/openal-soft\n\n## Usage\nAdd this repository URL as a dependency of your Package.swift.\n```\nimport PackageDescription\n\nlet package = Package(\n    name: \"MyProject\",\n    dependencies: [\n        .package(\n            url: \"https://github.com/Hongtae/swift-openal-soft.git\",\n            branch: \"master\"),\n    ],\n    ...\n```\n\nin your swift file\n```\nimport OpenAL\n\nlet device = alcOpenDevice(deviceName)\n...\nalcCloseDevice(device)\n```\n\n### Take a look at the files in the following repository.\n[https://github.com/Hongtae/SwiftVVD/tree/main/Sources/VVD/Audio](https://github.com/Hongtae/SwiftVVD/tree/694cd779b545ba8b3806c42492dcb39cd2eeb82e/Sources/VVD/Audio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhongtae%2Fswift-openal-soft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhongtae%2Fswift-openal-soft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhongtae%2Fswift-openal-soft/lists"}