CDGPlayer icon indicating copy to clipboard operation
CDGPlayer copied to clipboard

getting this.shifter is null

Open webciter opened this issue 4 years ago • 0 comments

trying to play cdg zip file with mp3 and getting this.shifter and stuck on the first frame

triggered here }, { key: "start", value: function() { var t = this; X.call(this, this.ctx, this.canvas), this.shifter.connect(this.gainNode), this.gainNode.connect(this.audio.destination), this.audio.resume().then((function() { t.props.isPlaying = !0, t.player.play() })) } }, {

webciter avatar Jun 26 '21 21:06 webciter