This commit is contained in:
2024-09-17 16:29:11 +02:00
parent 7e4e8f167f
commit 944bb7e5fa
+1 -1
View File
@@ -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)