Right now my settings are these: https://puu.sh/wMPc1/e291387574.png
When i change the DB it changes it for both my mic and headset volume.
How can i make two seperate configs for my MIC and HEADSET VOLUME?
Thats my config.txt:
Preamp: 0 dB Device: Kopfhörer HyperX 7.1 Audio {947731d1-0ba4-4cf8-949c-93e02b09b6f3}
It should only change the volume of my headset, but it also changes the volume of my mic, why?
tl;dr i would like one config for headset volume, one for mic
By the way, i have no clue what im doing. I am a total noob at this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Device command will affect the lines below it, so you need to move it to the top if you want the Preamp to only affect the headphones. You can add another Device command to specify a section that will only be active for the microphone:
Device:KopfhörerHyperX7.1Audio{947731d1-0ba4-4cf8-949c-93e02b09b6f3}Preamp:0dBDevice:Mikrofon...# filters for the microphone
You can also use the Include command if you want to have two separate files:
Right now my settings are these:
https://puu.sh/wMPc1/e291387574.png
When i change the DB it changes it for both my mic and headset volume.
How can i make two seperate configs for my MIC and HEADSET VOLUME?
Thats my config.txt:
Preamp: 0 dB Device: Kopfhörer HyperX 7.1 Audio {947731d1-0ba4-4cf8-949c-93e02b09b6f3}
It should only change the volume of my headset, but it also changes the volume of my mic, why?
tl;dr i would like one config for headset volume, one for mic
By the way, i have no clue what im doing. I am a total noob at this.
The Device command will affect the lines below it, so you need to move it to the top if you want the Preamp to only affect the headphones. You can add another Device command to specify a section that will only be active for the microphone:
You can also use the Include command if you want to have two separate files:
And then put the commands in those files.
Thanks, got it!!
Device: Kopfhörer HyperX 7.1 Audio {947731d1-0ba4-4cf8-949c-93e02b09b6f3}
Preamp: 5 dB
GraphicEQ: 25 11.4; 40 9.7; 63 5.7; 100 0; 160 0; 250 0; 400 0; 630 0; 1000 0; 1600 0; 2500 0; 4000 0; 6300 0; 10000 0; 16000 0
Include: headphones.txt
Device: Kopfhörermikrofon HyperX 7.1 Audio {dcd5530c-3b05-4a30-8560-32659c075508}
Preamp: 13.3 dB
Include: mic.txt
^
works perfect :)