How to send live audio Inputs via discord bots? #10036
Unanswered
Carlimero12
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Can you elaborate? You can't live transfer the audio transmitted directly into the headset, the library won't have access to these inputs, you'll probably need to set up a pipeline to process this audio, recording it with |
Beta Was this translation helpful? Give feedback.
0 replies
-
It probably depends on the audio source. As I said; i got it working with connecting my phone with auxiliary to the auxiliary input (on my desktop computer) and then using a class formatted to ffmpeg to replay the audio on the discord bot. What do you use as an audio source?(I run the discord bot locally)On 11 Jul 2025, at 5:14 PM, 鏡花水月 ***@***.***> wrote:
Can you elaborate?
You can't live transfer the audio transmitted directly into the headset, the library won't have access to these inputs, you'll probably need to set up a pipeline to process this audio, recording it with ffmpeg or some such utility and then use it in your bot
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a discord bot client which can set text via tk interface BUT i am stuck now. I dont know ho i transfer live audio input from headsets or micros to voice channels live. Please If someone can help me.
Beta Was this translation helpful? Give feedback.
All reactions