mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 16:22:10 +00:00
2
This commit is contained in:
@@ -75,7 +75,7 @@ class Transcriber(commands.Cog):
|
|||||||
|
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
self._last_member = None
|
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():
|
async def transcribe():
|
||||||
config = aai.TranscriptionConfig(speaker_labels=True)
|
config = aai.TranscriptionConfig(speaker_labels=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user