flok / pydualsense

control your dualsense controller with python
MIT License
118 stars 32 forks source link

Mute button #20

Closed Eudritch closed 3 years ago

Eudritch commented 3 years ago

In fortnite mute button act as a master mute on the controller. I even went further and explore it on sound setting with and without headphones and it doesn't show incoming input when activated.

flok commented 3 years ago

If the mute button is lighted up it means the mic is muted by the controller itself. Maybe i'm misunderstanding the issue here. Please be more specific

Eudritch commented 3 years ago

When the mute button is lighted up the mic isn't muted by the controller. The controller stills hear everything.

Eudritch commented 3 years ago

Also is there a function where I can check if the mute button is being pressed.

flok commented 3 years ago

just pushed 0.5.2.5 which has a option to mute the microphone with the library. it also toggles the led accordingly.

therse is also a new variable micBtn in state which indicates if the button was pressed

Eudritch commented 3 years ago

As I'm reading your response I also made a new variable micBtn in the state which indicates if the button was pressed and also made the ability to mute and unmute the current using microphone. My only issue is that turning on the led takes a full second.

Eudritch commented 3 years ago

You take your time learning how to use a dualsense for Python. It helps to know people like you out there, and I appreciate it.