From 944bb7e5fa0f9413f71a6f1a24c81a826518bb39 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Tue, 17 Sep 2024 16:29:11 +0200 Subject: [PATCH] fx --- voice_recognition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice_recognition.py b/voice_recognition.py index 79f68dc..fcae128 100644 --- a/voice_recognition.py +++ b/voice_recognition.py @@ -74,7 +74,7 @@ class Transcriber(commands.Cog): vc = await ctx.author.voice.channel.connect(cls=voice_recv.VoiceRecvClient) logger.info("Connected") wsink = voice_recv.WaveSink(destination="/home/pi/Conjurer/Test.mp3") - fsink = voice_recv.FFmpegSink(destination="/home/pi/Conjurer/Test.mp3") + fsink = voice_recv.FFmpegSink(filename="/home/pi/Conjurer/Test.mp3") vc.listen(fsink)