Skip to content
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 Audio #1

Open
OniiChad opened this issue Dec 19, 2023 · 2 comments
Open

Discord Audio #1

OniiChad opened this issue Dec 19, 2023 · 2 comments

Comments

@OniiChad
Copy link

So I Understand that i can change the audio on discord with the plug-in, but is there a way i can control just the audio without it affecting the mic input as well?

@zer0deck
Copy link
Owner

zer0deck commented Dec 19, 2023 via email

@FizzieBenK
Copy link

I was able to create a Custom Adjustment knob that works based off of Item ID.

This allowed me to change the Audio levels of just the "Render" device that was sending the Discord audio to my headphones without also affecting my microphone input to Discord.

I used SoundVolumeView from the same people who made SoundVolumeCommandLine to find the Item ID for the Render portion of Discord that was sending to my headphones and just copy pasted it into the Custom option in the Loupedeck SoundController plugin.

It came out to be something like:

{0.0.0.00000000}.{d37d256b-f6e4-4f87-a076-c874ad7f68ad}|\Device\HarddiskVolume3\Users\UserName\AppData\Local\Discord\app-1.0.9037\Discord.exe

There was more after the Discord.exe but it changed every time Discord opened, I was able to remove it without issue.

That Item ID will be different for every user and for every audio device.

I am also a noob at this stuff and i have not tested to see if it works after restart yet. So there may be problems, there may be a better way to do it, but i fumbled my way into one that works, at least for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants