You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added full support for Audeze Maxwell 2 PS/PC version (#506)
* Added full support for Audeze Maxwell 2 PS/PC version
* bug fixes and changes due to PR comments
* additional edits and fixed inactive_time limit
* wired up current eq setting and ainf level
* Revert formatting noise on unrelated files and clean up Maxwell 2 docstring
- Restored unrelated files to upstream master state (cli/output/output.cpp,
lib/device.cpp, several Logitech/Sony/SteelSeries/HyperX device headers,
hidpp_protocol.hpp, lib/headsetcontrol.cpp).
- Reverted formatting churn in cli/main.cpp, lib/device.hpp, tests/test_library_api.cpp
and tests/test_protocols.cpp while keeping the Maxwell 2 / noise filter additions.
- Fixed misleading docstring in audeze_maxwell2.hpp ("21-packet initialization
sequence" -> "15-packet initialization sequence followed by 6 status requests").
* Drop -N short flag for --noise-filter, long flag only
Match the convention used by other recent capabilities
(volume-limiter, bt-when-powered-on, bt-call-volume) which all
ship as long-flag-only and use '\0' in CAPABILITIES_XLIST.
* Add CAP_NOISE_FILTER support to HeadsetControl test device
Per docs the test device implements every capability so the feature can
be exercised without real hardware. Adds it to getCapabilities, wires up
a setNoiseFilter stub matching the existing test patterns, and refreshes
the README table to match --readme-helper output.
---------
Co-authored-by: Denis Arnst <git@sapd.eu>
0 commit comments