• Stars
    star
    173
  • Rank 220,124 (Top 5 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Native opus bindings for node

@discordjs/opus Build Prebuild

Native bindings to libopus v1.3

Usage

const { OpusEncoder } = require('@discordjs/opus');

// Create the encoder.
// Specify 48kHz sampling rate and 2 channel size.
const encoder = new OpusEncoder(48000, 2);

// Encode and decode.
const encoded = encoder.encode(buffer);
const decoded = encoder.decode(encoded);

Platform support

⚠ Node.js 12.0.0 or newer is required.

  • Linux x64 & ia32
  • Linux arm (RPi 1 & 2)
  • Linux arm64 (RPi 3)
  • macOS x64
  • macOS arm64
  • Windows x64

More Repositories

1

discord.js

A powerful JavaScript library for interacting with the Discord API
TypeScript
24,119
star
2

guide

The official guide for discord.js, created and maintained by core members of its community.
JavaScript
1,402
star
3

Commando

Official command framework for discord.js
JavaScript
500
star
4

discord-api-types

Up to date Discord API Typings, versioned by the API version
TypeScript
446
star
5

RPC

A simple RPC client for Discord
JavaScript
438
star
6

voice

Implementation of the Discord Voice API for discord.js and other JS/TS libraries
TypeScript
320
star
7

discord.js-modules

Modularisation of discord.js (WIP)
TypeScript
200
star
8

website

The discord.js site what else
Vue
185
star
9

collection

Utility data structure used in Discord.js
TypeScript
115
star
10

builders

A collection of builders that you can use when creating your bot.
TypeScript
97
star
11

docgen

The docs.json generator for discord.js and its related projects
JavaScript
65
star
12

discord-utils-bot

Discord slash command utility for discord.js bot developer support
TypeScript
56
star
13

Commando-guide

Beginner's guide for discord.js-commando.
55
star
14

discord.js-typings

Official TypeScript type definitions for Discord.js
TypeScript
49
star
15

voicelink

29
star
16

uws

Fork of node.js bindings for uWebSockets.
C++
29
star
17

discord-toolkit-bot

Discord bot application providing useful utilities to the discord.js support server
TypeScript
25
star
18

resource-webhooks

A collection of webhooks to update our resources on discord
TypeScript
20
star
19

voice-examples

A collection of examples of how to use @discordjs/voice in your projects
TypeScript
15
star
20

action-eslint

TypeScript
12
star
21

docs

Documentation files
TypeScript
11
star
22

webhook-filter

Filters out push events for specific repositories/branches from a GitHub webhook
JavaScript
11
star
23

gh-discord-middleware

TypeScript
8
star
24

action-docs

Shell
6
star
25

.github

Here lies our profile.
2
star
26

action-webpack

Shell
2
star