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