Fix audio playing stupidly fast - fixes #689

This commit is contained in:
Amish Shah
2016-09-12 18:23:31 +01:00
parent 5dd25ac1f1
commit 02b257e1fc
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -20,6 +20,7 @@ class FfmpegConverterEngine extends ConverterEngine {
'-i', '-',
'-f', 's16le',
'-ar', '48000',
'-ac', '2',
'-ss', String(seek),
'pipe:1',
], { stdio: ['pipe', 'pipe', 'ignore'] });