diff --git a/disco/voice/playable.py b/disco/voice/playable.py index 35fbf8b..ff3ba04 100644 --- a/disco/voice/playable.py +++ b/disco/voice/playable.py @@ -227,6 +227,7 @@ class DCADOpusEncoderPlayable(BasePlayable, AbstractOpus, OpusEncoder): def __init__(self, source, *args, **kwargs): self.source = source self.command = kwargs.pop('command', 'dcad') + self.on_complete = kwargs.pop('on_complete', None) super(DCADOpusEncoderPlayable, self).__init__(*args, **kwargs) self._done = False @@ -270,6 +271,7 @@ class DCADOpusEncoderPlayable(BasePlayable, AbstractOpus, OpusEncoder): header = self.proc.stdout.read(OPUS_HEADER_SIZE) if len(header) < OPUS_HEADER_SIZE: self._done = True + self.on_complete() return size = struct.unpack('