This project features a PC alternative for the mobile-only Sony Headphones app.
THIS PROGRAM IS NOT AFFILIATED IN ANY WAY, SHAPE, OR FORM WITH THE SONY CORPORATION. YOU ARE RESPONSIBLE FOR ANY DAMAGE THAT MAY OCCUR WHILE USING THIS PROGRAM.
You can download compiled versions of the client from the releases page.
Note: If you're getting an error like VCRUNTIME140_1.dll was not found
, you need to install the Microsoft VC++ Redistributable
.
I recently bought the WH-1000-XM3s, and I was annoyed by the fact that I couldn't change their settings while using my PC. So I reverse-engineered the application (for intercompatibility purposes, of course), defined the protocol, and created with an alternative application with Mr-M33533K5.
- Ambient Sound Control
- Display battery life and fetch existing settings from device
- Equalizer
If you'd like to implement the equalizer (I can implement the protocol, you'll need to create the GUI), please contact me privately via Twitter at @Plutoberth
.
For now, only the WH-1000-XM3 is supported. Other headsets may work, but I haven't tested them.
It shouldn't be too much work to add support for a new platform. Open a PR if you'd like to do so. See For Developers - Adding a new platform.
git clone --recurse-submodules https://github.com/Plutoberth/SonyHeadphonesClient.git
Use the provided solution file.
There are two platform dependent parts in the code - the GUI and Bluetooth communication.
For the GUI, you need to copy the relevant parts from ImGui.
For Bluetooth, you need to implement IBluetoothConnector
for your desired platform.
I prefer to get contacted via issues on this repository. If you have a private question, you may contact me via Twitter at @Plutoberth
.
Distributed under the MIT License. See LICENSE for more information.