{"id":14983158,"url":"https://github.com/discordjs/opus","last_synced_at":"2025-05-15T03:08:54.548Z","repository":{"id":37430611,"uuid":"234041345","full_name":"discordjs/opus","owner":"discordjs","description":"Native opus bindings for node","archived":false,"fork":false,"pushed_at":"2025-02-20T10:49:08.000Z","size":1004,"stargazers_count":217,"open_issues_count":16,"forks_count":68,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-10T20:24:04.981Z","etag":null,"topics":["discord-bot","discordjs","hacktoberfest","native-bindings","node","nodejs","opus"],"latest_commit_sha":null,"homepage":"","language":"C++","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/discordjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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}},"created_at":"2020-01-15T09:06:51.000Z","updated_at":"2025-05-05T14:50:13.000Z","dependencies_parsed_at":"2023-12-28T17:01:45.192Z","dependency_job_id":"df8fe09b-ed88-4762-aba5-dc5ea98bfc94","html_url":"https://github.com/discordjs/opus","commit_stats":{"total_commits":59,"total_committers":19,"mean_commits":"3.1052631578947367","dds":0.6610169491525424,"last_synced_commit":"8f52fa01b8229d92bca1027f1e89c5cf71b48133"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discordjs%2Fopus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discordjs%2Fopus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discordjs%2Fopus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discordjs%2Fopus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discordjs","download_url":"https://codeload.github.com/discordjs/opus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253601000,"owners_count":21934246,"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":["discord-bot","discordjs","hacktoberfest","native-bindings","node","nodejs","opus"],"created_at":"2024-09-24T14:06:49.481Z","updated_at":"2025-05-15T03:08:49.523Z","avatar_url":"https://github.com/discordjs.png","language":"C++","readme":"# @discordjs/opus [![Build](https://github.com/discordjs/opus/workflows/Build/badge.svg)](https://github.com/discordjs/opus/actions?query=workflow%3ABuild) [![Prebuild](https://github.com/discordjs/opus/workflows/Prebuild/badge.svg)](https://github.com/discordjs/opus/actions?query=workflow%3APrebuild)\n\n\u003e Native bindings to libopus v1.3\n\n## Usage\n\n```js\nconst { OpusEncoder } = require('@discordjs/opus');\n\n// Create the encoder.\n// Specify 48kHz sampling rate and 2 channel size.\nconst encoder = new OpusEncoder(48000, 2);\n\n// Encode and decode.\nconst encoded = encoder.encode(buffer);\nconst decoded = encoder.decode(encoded);\n```\n\n## Platform support\n\n⚠ Node.js 12.0.0 or newer is required.\n\n- Linux x64 \u0026 ia32\n- Linux arm (RPi 1 \u0026 2)\n- Linux arm64 (RPi 3)\n- macOS x64\n- macOS arm64\n- Windows x64\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscordjs%2Fopus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscordjs%2Fopus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscordjs%2Fopus/lists"}