-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord doesn't route voice output correctly (always in "System") #28
Comments
Hi ! Thanks for the report ! Are you using the desktop discord app or the web version ? :0 |
I am using the desktop version! |
Ok ! Are you aware there is a bug that makes using the goxlr unusable with discord desktop when it comes to inputs (stream/chat mix) if you don't use a paid 3rd party app ? To be honest when it comes to audio splitting, macOS is very... well strange. Basically all I can do is telling the apps that uses the system, chat etc outputs to use the right channels of the real goxlr. But, here's the catch: they aren't forced to follow it ! To explain you further:
Having absolutely not enough knowledge in low level programming, i couldn't use the first one even though i tried multiple times, so i used the second option. That's i think why discord don't route its output to system anyways: it doesn't listen to the channels number preference and sticks to the first two channels which are.. system... Meanwhile, i would suggest you to look into Loupeback, a solution that allows creating custom audio devices and control what goes into it. It won't like goxlr-macos app does only mirror and tell to use the channels, it'll create a proper virtual device like a driver would, therefore no problem with input or output in any apps. I'm sorry that you face this issue as it's a common problem in the goxlr mac compatibility and somewhat the elephant in the room, but i'm really not aware of any solution that i can use myself to do a proper audio splitting, and we're for now stuck with these issues... |
That's unfortunate :( Thank you for the detailed answer! |
I've confirmed that it works through Firefox at least! So that's a good workaround for now. 🎉 |
I've been using Loopback for years, it's a great app...though it is not free. Anyway, I am about to get a GoXLR and I am eager to try this. Wish me luck! Apple should really just "Sherlock" Loopback though and integrate that functionality into MacOS, heh! |
Describe the bug
In Discord, I set my voice output to "Chat", but it always routes to "System". I don't know if this is an issue with Discord or with the GoXLR driver though.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should go into the desired channel instead of "System".
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: