-
Notifications
You must be signed in to change notification settings - Fork 37
Description
So issue is explained by title, xidlehook can't work with pipewire and simply does not detect any audio.
Pipewire has pulse module, most likely issue is that it haven't implemented 100% of pulse api.
I don't know exactly what would be better: to pipewire handle pulse methods properly or to implement pipewire support in xidlehook.
In first case, i think would be nice to know what part of libpulse has to be implemented to work properly with audio levels (or what is used inside xidlehook to detect audio)
In second case, there is two options: either to implement it through libpipewire, or to implement it through something that works with both pulse and with pipewire through libpulse (which is implemented in pipewire through pipewire-pulse).
Either way, it would be nice to have such support.