Optimisations

This commit is contained in:
hydrabolt
2015-11-07 18:39:22 +00:00
parent be1f5064c2
commit af8da5b0a2
8 changed files with 229 additions and 74 deletions

View File

@@ -27,6 +27,8 @@ class AudioEncoder{
"pipe:1"
]);
var rcvd = 0;
enc.stdout.on("readable", function() {
callback(null, enc.stdout);
resolve(enc.stdout)