Skip to content

Commit

Permalink
Fix audio playing stupidly fast - fixes #689
Browse files Browse the repository at this point in the history
  • Loading branch information
amishshah committed Sep 12, 2016
1 parent 5dd25ac commit 02b257e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/client/voice/pcm/FfmpegConverterEngine.js
Expand Up @@ -20,6 +20,7 @@ class FfmpegConverterEngine extends ConverterEngine {
'-i', '-',
'-f', 's16le',
'-ar', '48000',
'-ac', '2',
'-ss', String(seek),
'pipe:1',
], { stdio: ['pipe', 'pipe', 'ignore'] });
Expand Down

0 comments on commit 02b257e

Please sign in to comment.