mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +00:00
chore: ffmpeg package in the voice doc (#3697)
ffmpeg package changed from "ffmpeg-binaries" to "ffmpeg-static"
This commit is contained in:
parent
7f99be739a
commit
d77229f423
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Voice in discord.js can be used for many things, such as music bots, recording o
|
|||
In discord.js, you can use voice by connecting to a `VoiceChannel` to obtain a `VoiceConnection`, where you can start streaming and receiving audio.
|
||||
|
||||
To get started, make sure you have:
|
||||
* FFmpeg - `npm install ffmpeg-binaries`
|
||||
* FFmpeg - `npm install ffmpeg-static`
|
||||
* an opus encoder, choose one from below:
|
||||
* `npm install node-opus` (better performance)
|
||||
* `npm install opusscript`
|
||||
|
|
|
|||
Loading…
Reference in a new issue