Start rewrite with new prism

This commit is contained in:
Amish Shah
2017-10-25 23:14:41 +01:00
parent 0589b7d7f1
commit 65673197d4
6 changed files with 91 additions and 398 deletions

View File

@@ -40,11 +40,6 @@ class VoiceBroadcast extends VolumeInterface {
* @type {boolean}
*/
this.paused = false;
/**
* The audio transcoder that this broadcast uses
* @type {Prism}
*/
this.prism = new Prism();
/**
* The current audio transcoder that is being used
* @type {Object}