Plutoberth / SonyHeadphonesClient

A {Windows, macOS, Linux} client recreating the functionality of the Sony Headphones app
MIT License
1.09k stars 85 forks source link

Control Transparency From Command Line #96

Open saihgupr opened 1 year ago

saihgupr commented 1 year ago

It would be great to be able to control transparency / noise cancellation from terminal or a script. Is this possible?

Plutoberth commented 1 year ago

It's possible, but it'd require a lot of new code. You're welcome to issue a PR (please base it on the qt branch) that adds this functionality :)

NicoWeio commented 5 months ago

I'd also love to have this! It might make sense to then split off the GUI completely and have something like a libsonyheadphonesclient instead, which not just our GUI, but any program, could then access. For my personal use case, creating a widget for KDE Plasma, a CLI should suffice, though. I'll put this matter on my backlog and hopefully come back to it eventually. :)