mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 08:12:09 +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)
|
vc = await ctx.author.voice.channel.connect(cls=voice_recv.VoiceRecvClient)
|
||||||
logger.info("Connected")
|
logger.info("Connected")
|
||||||
wsink = voice_recv.WaveSink(destination="/home/pi/Conjurer/Test.mp3")
|
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)
|
vc.listen(fsink)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user