From e044b9b7ec6850c72a69d52cf754dc23f53be909 Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 4 Apr 2017 16:35:50 -0700 Subject: [PATCH] Remove debugging, don't open a pipe for stderr --- disco/voice/opus.py | 7 +------ disco/voice/player.py | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/disco/voice/opus.py b/disco/voice/opus.py index 0313415..1884d73 100644 --- a/disco/voice/opus.py +++ b/disco/voice/opus.py @@ -258,7 +258,7 @@ class DCADOpusEncoder(OpusEncoder): '--packet-loss-percent', '30', '--input', 'pipe:0', '--output', 'pipe:1', - ], stdin=self.source.stdout, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=True) + ], stdin=self.source.stdout, stdout=subprocess.PIPE) return self._proc def have_frame(self): @@ -267,14 +267,9 @@ class DCADOpusEncoder(OpusEncoder): def next_frame(self): header = self.proc.stdout.read(self.header_size) if len(header) < self.header_size: - print 'read less than required header size' - print self.proc.poll() self._proc = None return - if self.proc.poll() is not None: - print 'read that data when she dead n gone: %s' % self.proc.poll() - size = struct.unpack('