Add playPCMStream

This commit is contained in:
Amish Shah
2016-08-27 15:48:05 +01:00
parent 3718841c7c
commit f2708dd26f
3 changed files with 12 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ class DefaultPlayer extends BasePlayer {
const dispatcher = this.playPCMStream(pcmStream);
return dispatcher;
}
}
module.exports = DefaultPlayer;