Mute the mic in the system when the headset mute button is being pressed

This commit is contained in:
2022-02-17 00:35:25 +01:00
parent 7844d4f6eb
commit fee6f14ab0
3 changed files with 45 additions and 30 deletions

3
Cargo.lock generated
View File

@@ -112,8 +112,7 @@ dependencies = [
[[package]]
name = "pulsectl-rs"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06a988bceed1981b2c5fc4a3da0e4e073fdaff8e6bd022b089f54bc573dc3cfc"
source = "git+https://github.com/manuelVo/pulsectl-rs.git?branch=sink-source-name-mixup#7fca2b319d840a51fd852f3a471d0f5ebb37b1b0"
dependencies = [
"libpulse-binding",
]