QiCuiHub / discord-audio-pipe

Route computer audio into a discord bot
MIT License
152 stars 17 forks source link

jack support? #6

Closed mr-gosh closed 4 years ago

mr-gosh commented 4 years ago

Should this be working with jack? Cause i only get HDA Intel, pulse and default proposed.

Thanks for helping

QiCuiHub commented 4 years ago

I think it should be able to pick up jack, It could be because you started jack after starting the program, because the program only queries devices on startup, or it might be something related to this https://jackaudio.org/faq/pulseaudio_and_jack.html

QiCuiHub commented 4 years ago

I managed to get audio from jack into discord after playing around with option 3 and following this thread https://askubuntu.com/questions/572120/how-to-use-jack-and-pulseaudio-alsa-at-the-same-time-on-the-same-audio-device

image

image

image

This was done a in VM so i'm not sure if it will translate to your case.