voice: remove passes

(discord will begin dropping duplicated audio packets from tomorrow, you should not set passes > 1)
This commit is contained in:
Amish Shah
2019-08-22 12:15:20 +01:00
parent cc488a8bd3
commit c715ed9f8b
4 changed files with 11 additions and 19 deletions

1
typings/index.d.ts vendored
View File

@@ -2514,7 +2514,6 @@ declare module 'discord.js' {
type?: StreamType;
seek?: number;
volume?: number | boolean;
passes?: number;
plp?: number;
fec?: boolean;
bitrate?: number | 'auto';