//WIP v3
NoiseGate - Changed to PCM audio
This commit is contained in:
@@ -88,7 +88,7 @@ class NoiseGate(AudioStream):
|
||||
|
||||
if not voice_connection.is_playing():
|
||||
LOGGER.debug(f"Playing stream to discord")
|
||||
voice_connection.play(self.NGStream, after=self.core)
|
||||
voice_connection.play(discord.PCMAudio(self.NGStream), after=self.core)
|
||||
|
||||
async def close(self):
|
||||
LOGGER.debug(f"Closing")
|
||||
|
||||
Reference in New Issue
Block a user