{"id":17786192,"url":"https://github.com/healscodes/opus-swift","last_synced_at":"2025-04-01T23:41:24.654Z","repository":{"id":238656005,"uuid":"787338679","full_name":"HealsCodes/opus-swift","owner":"HealsCodes","description":"Experimental Swift wrapper around libopus","archived":false,"fork":false,"pushed_at":"2024-05-07T09:34:24.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T15:25:47.126Z","etag":null,"topics":["ogg-opus","opus","opus-codec","swift-wrapper","swift5"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/HealsCodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-04-16T10:37:00.000Z","updated_at":"2024-10-08T01:23:35.000Z","dependencies_parsed_at":"2024-05-07T10:51:20.457Z","dependency_job_id":null,"html_url":"https://github.com/HealsCodes/opus-swift","commit_stats":null,"previous_names":["healscodes/opus-swift"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2Fopus-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2Fopus-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2Fopus-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2Fopus-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HealsCodes","download_url":"https://codeload.github.com/HealsCodes/opus-swift/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246730290,"owners_count":20824396,"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":["ogg-opus","opus","opus-codec","swift-wrapper","swift5"],"created_at":"2024-10-27T09:22:40.037Z","updated_at":"2025-04-01T23:41:24.632Z","avatar_url":"https://github.com/HealsCodes.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# opus-swift\nThis package was created to provide an easy-to-maintain binding for [libopus](https://opus-codec.org/docs/opus_api-1.3.1/index.html)\n\n# Version\nThe current release supports libopus v1.4\n\n# Usage\nThis package is supposed to be used with SwiftPM or added as a Package dependency from XCode.\n\nFor Swift Package Manager add the following lines your Package.swift under `dependencies`:\n\n```swift\n  .package(\n    name: \"opus-swift\",\n    url: \"https://github.com/HealsCodes/opus-swift.git\",\n    revision: \"7f32c90063405ad719a367882e8c7275df40567a\"\n  )\n```\n\nReferencing versioned tags is currently not supported as opus-swift relies on `unsafeFlags([])`\nto supply the required optimisation and architecture flags to Clang.\n\nTo use the package in your swift code simply import it:\n\n```swift\nimport LibOpus\n```\n\n# Licensing\nThis project is under MIT license. \n\nlibopus sources are pulled from [https://gitlab.xiph.org/xiph/opus](https://gitlab.xiph.org/xiph/opus/). \n\nOpus is licensed under the [New BSD License](https://wiki.xiph.org/XiphWiki:Copyrights). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealscodes%2Fopus-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhealscodes%2Fopus-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealscodes%2Fopus-swift/lists"}