{"id":18319671,"url":"https://github.com/yutkin/jopus","last_synced_at":"2025-04-05T22:31:33.802Z","repository":{"id":62572639,"uuid":"228172079","full_name":"yutkin/jopus","owner":"yutkin","description":"Simple, fast and efficient Python wrapper for libopusfile.","archived":false,"fork":false,"pushed_at":"2021-09-24T05:33:08.000Z","size":148,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T12:57:39.500Z","etag":null,"topics":["audio","cpp","cython","libopus","opus","opusfile","python","wrapper"],"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/yutkin.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}},"created_at":"2019-12-15T11:19:21.000Z","updated_at":"2023-10-09T11:48:05.000Z","dependencies_parsed_at":"2022-11-03T17:01:03.045Z","dependency_job_id":null,"html_url":"https://github.com/yutkin/jopus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutkin%2Fjopus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutkin%2Fjopus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutkin%2Fjopus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutkin%2Fjopus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yutkin","download_url":"https://codeload.github.com/yutkin/jopus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411236,"owners_count":20934650,"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","cpp","cython","libopus","opus","opusfile","python","wrapper"],"created_at":"2024-11-05T18:13:56.719Z","updated_at":"2025-04-05T22:31:33.416Z","avatar_url":"https://github.com/yutkin.png","language":"C++","readme":"# Jopus\nSimple, fast, and efficient wrapper for libopusfile which allows you easily read `.ogg` files from Python.\n\n# Installation\n## Requirements\n### Ubuntu\n`apt-get install libogg-dev libopus-dev libopusfile-dev`\n### MacOS\n`brew install opus opusfile libogg`\n\nWhen requirements have been installed:\n1. `git clone https://github.com/yutkin/jopus.git`\n2. `cd jopus`\n4. `pip install -r requirements.txt`\n3. `pip install .`\n\n# Usage example\n```python\nimport jopus\n\n# open file on file system\nopus_file = jopus.open_file(\"/path_to_file.ogg\")\n\n# open file by URL\nopus_file = jopus.open_url(\"https://hostname.com/opus_audio.ogg\")\n\nprint(opus_file)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutkin%2Fjopus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyutkin%2Fjopus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutkin%2Fjopus/lists"}