mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user