This commit is contained in:
2024-09-17 16:07:42 +02:00
parent 7fae6b601e
commit b6cb5e03b7
+1 -1
View File
@@ -62,7 +62,7 @@ class Transcriber(commands.Cog):
@commands.hybrid_command(name="transcribe")
async def test(self, ctx):
def callback(user, data: voice_recv.VoiceData):
print(f"Got packet from {user}")
logger.info(f"Got packet from {user}")
## voice power level, how loud the user is speaking
# ext_data = packet.extension_data.get(voice_recv.ExtensionID.audio_power)