mirror of
https://github.com/danbulant/discord.js
synced 2026-06-06 00:02:52 +00:00
Remove global flag from ffmpeg tutorial doc (#1582)
This commit is contained in:
parent
510ddab0f5
commit
830d8fb3b5
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.
|
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:
|
To get started, make sure you have:
|
||||||
* ffmpeg - `npm install --global ffmpeg-binaries`
|
* ffmpeg - `npm install ffmpeg-binaries`
|
||||||
* an opus encoder, choose one from below:
|
* an opus encoder, choose one from below:
|
||||||
* `npm install opusscript`
|
* `npm install opusscript`
|
||||||
* `npm install node-opus`
|
* `npm install node-opus`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue