mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
Fix audio playing stupidly fast - fixes #689
This commit is contained in:
parent
5dd25ac1f1
commit
02b257e1fc
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -20,6 +20,7 @@ class FfmpegConverterEngine extends ConverterEngine {
|
|||
'-i', '-',
|
||||
'-f', 's16le',
|
||||
'-ar', '48000',
|
||||
'-ac', '2',
|
||||
'-ss', String(seek),
|
||||
'pipe:1',
|
||||
], { stdio: ['pipe', 'pipe', 'ignore'] });
|
||||
|
|
|
|||
Loading…
Reference in a new issue