NoiseGate
- Changed to PCM audio
This commit is contained in:
Logan Cusano
2022-04-30 21:53:28 -04:00
parent b01ec700f7
commit bc618982e9

View File

@@ -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")