You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe you can use the finish event on your _speaker2 to emit your playend event
something like var speaker = new _pcmVolume2['default'](); var spk2 = new _speaker2['default'](self.lameFormat) speaker.pipe(spk2) .on('finish', function() { console.log('play finished') return self.emit('playend', song); });
Playback stops before end of the mp3 file (less than one second), on Archlinux 3.12.21-1-ARCH, either with local or remote file
The text was updated successfully, but these errors were encountered: