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)