This commit is contained in:
2024-09-17 21:51:29 +02:00
parent fddc6b1976
commit 6c58ce90ac
+1 -1
View File
@@ -75,7 +75,7 @@ class Transcriber(commands.Cog):
self.bot = bot
self._last_member = None
self.wsink = voice_recv.SRBuffer(destination="/home/pi/Conjurer/wav.wav")
self.wsink = SRBuffer(destination="/home/pi/Conjurer/wav.wav")
async def transcribe():
config = aai.TranscriptionConfig(speaker_labels=True)