Sapd / HeadsetControl

Sidetone and Battery status for Logitech G930, G533, G633, G933 SteelSeries Arctis 7/PRO 2019 and Corsair VOID (Pro) in Linux and MacOSX
GNU General Public License v3.0
1.43k stars 174 forks source link

Add Volume Limiter Support #353

Closed duckman closed 3 months ago

duckman commented 3 months ago

Description

Would love to be able to disable the volume limiter on the SteelSeries Arctis Nova 7. Looks like there is a function in the device file but I don't see a way to execute it.

Headset Name

SteelSeries Arctis Nova 7

Sapd commented 3 months ago

Looks like there is a function in the device file but I don't see a way to execute it.

Yeah the guy implementing it found it probably during his WireShark Session but didn't implement it as headsetcontrol currently has no command for that.

You can feel free to add one (not really complicated, you can just copy the code for send_microphone_volume):

Feel free if you struggle somewhere

nicola02nb commented 3 months ago

I created a pull request for some missing features of the Steelseries Artic Nova 7:

nicola02nb commented 3 months ago

@duckman all the feature for your headphones will be included with my pull request

duckman commented 3 months ago

You sir are a gentleman and a scholar. I'll try it out tonight.

nicola02nb commented 3 months ago

If you want to checck out also my GUI you're welcome.