{"id":19998661,"url":"https://github.com/damp11113/xhe-opus","last_synced_at":"2026-05-15T05:34:24.163Z","repository":{"id":237048366,"uuid":"793701866","full_name":"damp11113/xHE-Opus","owner":"damp11113","description":"Very High Performace Opus","archived":false,"fork":false,"pushed_at":"2024-11-18T07:38:46.000Z","size":43224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T12:45:13.950Z","etag":null,"topics":["audio-codec","audio-compression","audio-converter","codec","compression","opus","opus-codec","python","python-library","python-project","python3","xhe-opus"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damp11113.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-29T17:53:27.000Z","updated_at":"2024-11-18T07:38:50.000Z","dependencies_parsed_at":"2024-06-15T15:05:23.810Z","dependency_job_id":null,"html_url":"https://github.com/damp11113/xHE-Opus","commit_stats":null,"previous_names":["damp11113/xhe-opus"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damp11113%2FxHE-Opus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damp11113%2FxHE-Opus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damp11113%2FxHE-Opus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damp11113%2FxHE-Opus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damp11113","download_url":"https://codeload.github.com/damp11113/xHE-Opus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241439486,"owners_count":19963095,"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-codec","audio-compression","audio-converter","codec","compression","opus","opus-codec","python","python-library","python-project","python3","xhe-opus"],"created_at":"2024-11-13T05:09:09.986Z","updated_at":"2026-05-15T05:34:24.152Z","avatar_url":"https://github.com/damp11113.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**im making c++ version for more efficiency!**\n\n![xHE-Opus](https://github.com/damp11113/xHE-Opus/assets/64675096/331bb248-82da-47d2-b930-0caabfd5bc75)\n# xHE-Opus\nxHE-Opus is extended High Efficiency. It use Dual-Encoder to encode per channel and bitrate is divide 2 for per channel.\nIt provides optimal coding efficiency with bitrates from 6 to 1020 kilobits per second and above.\nIt has content loudness metadata on footer.\n\n### xHE-Opus v2\nxHE-Opus v2 is extended High Efficiency. It use parametric stereo to encode stereo channel.\nIt provides optimal coding efficiency with bitrates from 2.5 to 510 kilobits per second and above.\n\n### xHE-Opus v3 (Experiment)\nxHE-Opus v3 is Opus with Advanced Parametric stereo coding.\n\n![xheopusquality](https://github.com/damp11113/xHE-Opus/assets/64675096/c2d898c3-7a5e-487b-bd2c-0a364eeec1e7)\n\n# Demo\nhttps://github.com/damp11113/xHE-Opus/assets/64675096/5792f6b4-4ffd-4995-a1ad-97d245b1d1a2\n\n# Install\n[PyOgg (damp11113 moded)](https://github.com/damp11113/PyOgg)\n\n# Using\n## Gui\neasy to use\n![image](https://github.com/damp11113/xHE-Opus/assets/64675096/be06bc60-3e51-4866-a8fc-63976a264779)\n\n## Cli\ncommand line with encode.py and player.py\n### Encoder\nto encode you can use\n```bash\n$ python3 encode.py\n```\n```bash\nusage: encode.py [-h] [-sr SAMPRATE] [-b BITRATE] [-c COMPRESS] [-l LOSS] [-fs FRAMESIZE] [-bm BITMODE]\n                 [-bw BANDWIDTH] [-a APP] [-v VER] [-pred] [-ph] [-dtx] [-sb]\n                 input output\nencode.py: error: the following arguments are required: input, output\n```\nsimple example\n```bash\n$ python3 encode.py input.wav output.xopus\n```\nThis will convert to xhe-opus with bitrate 64Kbps (32Kbps per channel), bitrate mode is CVBR, compression is 10 and app is hev2\n\nor if you want to set bitrate you can use `-b \u003cbitrate\u003e` input bit per sec (bps) like\n```bash\n$ python3 encode.py input.wav output.xopus -b 16000\n```\n\n### Decoder/Player\nTo player or decode this file you can use\n```bash\n$ python3 player.py input.xopus\n```\nor if you want only convert to wav you can use\n```bash\n$ python3 player.py input.xopus -o output.wav\n```\n## Encode with foobar2000\nyou can encode xopus with foobar by follow this setup\n\n![image](https://github.com/damp11113/xHE-Opus/assets/64675096/3d285f77-3ac3-4fdf-9320-7de9df30e36c)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamp11113%2Fxhe-opus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamp11113%2Fxhe-opus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamp11113%2Fxhe-opus/lists"}