diff --git a/NoiseGatev2.py b/NoiseGatev2.py index 0a6b035..ea2e2a4 100644 --- a/NoiseGatev2.py +++ b/NoiseGatev2.py @@ -167,9 +167,6 @@ class NoiseGateStream(discord.AudioSource): LOGGER.debug(f"Frames in fadeout remaining: {self.NG_fadeout_count}") self.process_set_count += 1 if curr_buffer: - if self.NG_fadeout_count == 0: - voice_connection.stop() - LOGGER.debug(f"Fadeout concluded, stopping voice") return bytes(curr_buffer) except OSError as e: