
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
@discordjs/voice
Advanced tools
Implementation of the Discord Voice API for Node.js
@discordjs/voice
is a TypeScript implementation of the Discord Voice API for Node.js.
Features:
*Audio receive is not documented by Discord so stable support is not guaranteed
Node.js 22.12.0 or newer is required.
npm install @discordjs/voice
yarn add @discordjs/voice
pnpm add @discordjs/voice
bun add @discordjs/voice
This library has several optional dependencies to support a variety of different platforms. Install one dependency from each of the categories shown below. The dependencies are listed in order of preference for performance. If you can't install one of the options, try installing another.
Encryption Libraries (npm install):
[!NOTE] You only need to install one of these libraries if your system does not support
aes-256-gcm
(verify by runningrequire('node:crypto').getCiphers().includes('aes-256-gcm')
).
sodium-native
: ^3.3.0sodium
: ^3.0.2@stablelib/xchacha20poly1305
: ^2.0.0@noble/ciphers
: ^1.0.0libsodium-wrappers
: ^0.7.9Opus Libraries (npm install):
@discordjs/opus
: ^0.4.0opusscript
: ^0.0.7FFmpeg:
FFmpeg
(installed and added to environment)ffmpeg-static
: ^4.2.7 (npm install)The voice-examples repository contains examples on how to use this package. Feel free to check them out if you need a nudge in the right direction.
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
documentation.
See the contribution guide if you'd like to submit a PR.
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official discord.js Server.
FAQs
Implementation of the Discord Voice API for Node.js
The npm package @discordjs/voice receives a total of 16,462 weekly downloads. As such, @discordjs/voice popularity was classified as popular.
We found that @discordjs/voice demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.