mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +00:00
Att 3
This commit is contained in:
@@ -62,7 +62,7 @@ class Transcriber(commands.Cog):
|
|||||||
@commands.hybrid_command(name="transcribe")
|
@commands.hybrid_command(name="transcribe")
|
||||||
async def test(self, ctx):
|
async def test(self, ctx):
|
||||||
def callback(user, data: voice_recv.VoiceData):
|
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
|
## voice power level, how loud the user is speaking
|
||||||
# ext_data = packet.extension_data.get(voice_recv.ExtensionID.audio_power)
|
# ext_data = packet.extension_data.get(voice_recv.ExtensionID.audio_power)
|
||||||
|
|||||||
Reference in New Issue
Block a user