mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
Fix audio playing stupidly fast - fixes #689
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -20,6 +20,7 @@ class FfmpegConverterEngine extends ConverterEngine {
|
|||||||
'-i', '-',
|
'-i', '-',
|
||||||
'-f', 's16le',
|
'-f', 's16le',
|
||||||
'-ar', '48000',
|
'-ar', '48000',
|
||||||
|
'-ac', '2',
|
||||||
'-ss', String(seek),
|
'-ss', String(seek),
|
||||||
'pipe:1',
|
'pipe:1',
|
||||||
], { stdio: ['pipe', 'pipe', 'ignore'] });
|
], { stdio: ['pipe', 'pipe', 'ignore'] });
|
||||||
|
|||||||
Reference in New Issue
Block a user