Fixed the fix and built

This commit is contained in:
abalabahaha
2015-12-11 21:22:29 -08:00
parent 6ed6932e24
commit cd4a70cfb2
7 changed files with 270 additions and 286 deletions

View File

@@ -87,7 +87,7 @@ export default class AudioEncoder {
return new Promise((resolve, reject) => {
var enc = cpoc.spawn(self.getCommand(), [
'-loglevel', '0',
'-i', '-',
'-i', file,
'-f', 's16le',
'-ar', '48000',
'-ac', 2,