{"id":17786189,"url":"https://github.com/healscodes/vorbis-swift","last_synced_at":"2025-04-01T23:41:27.935Z","repository":{"id":234688041,"uuid":"787127092","full_name":"HealsCodes/vorbis-swift","owner":"HealsCodes","description":"Thin wrapper around libvorbis for Swift5+","archived":false,"fork":false,"pushed_at":"2024-04-21T14:57:37.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T15:25:44.013Z","etag":null,"topics":["audio","audio-codec","audio-processing","swift-wrapper","swift5","vorbis"],"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-15T23:57:35.000Z","updated_at":"2024-04-21T14:52:44.000Z","dependencies_parsed_at":"2024-12-14T15:41:49.493Z","dependency_job_id":"b8d18af0-fa46-4a35-ba0f-b43ddab47654","html_url":"https://github.com/HealsCodes/vorbis-swift","commit_stats":null,"previous_names":["healscodes/vorbis-swift"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2Fvorbis-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2Fvorbis-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2Fvorbis-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HealsCodes%2Fvorbis-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HealsCodes","download_url":"https://codeload.github.com/HealsCodes/vorbis-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":["audio","audio-codec","audio-processing","swift-wrapper","swift5","vorbis"],"created_at":"2024-10-27T09:22:38.872Z","updated_at":"2025-04-01T23:41:27.915Z","avatar_url":"https://github.com/HealsCodes.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vorbis-swift\nThis package was created to provide an easy-to-maintain binding for [libvorbis](https://www.xiph.org/vorbis/doc/libogg/index.html).\n\n# Version\nThe current release supports libvorbis v1.3.7\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: \"vorbis-swift\",\n    url: \"https://github.com/HealsCodes/vorbis-swift.git\",\n    from: \"1.3.7\"\n  )\n```\n\nTo use the package in your swift code simply import it:\n\n```swift\nimport LibVorbis\n```\n\n# Licensing\nThis project is under MIT license. \n\nlibogg sources are pulled from [https://gitlab.xiph.org/vorbis](https://gitlab.xiph.org/xiph/vorbis/). \n\nVorbis 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%2Fvorbis-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhealscodes%2Fvorbis-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealscodes%2Fvorbis-swift/lists"}