This is an unofficial API for the Anker SoundCore Life Headphones. I am not partnered with Soundcore or Anker in any way.
The Anker Soundcore Life Q30 is the only device I currently own, making me only able to test this one. However, other devices such as the Q35 should still work properly despite this. If not, feel free to report an Issue or send a Pull Request.
The application has been confirmed to work at least under Windows and Linux (Xorg/X11 only). MacOS should also work.
This API allows you to control your device's :
python AnkerSoundcoreAPI.py -EQPresets "SoundCore Signature" 00:00:00:00:00:00
python AnkerSoundcoreAPI.py -AmbientSound "Transparency" 00:00:00:00:00:00
Available EQPresets and AmbientSound settings :
EQPresets | AmbientSound |
---|---|
SoundCore Signature | Transparency |
Acoustic | Normal |
Base Booster | ANC |
Base Reducer | Transport |
Classical | Indoor |
Podcast | Outdoor |
Dance | |
Deep | |
Electronic | |
Flat | |
Hip-Hop | |
Jazz | |
Latin | |
Lounge | |
Piano | |
Pop | |
R&B | |
Rock | |
Small Speaker(s) | |
Spoken Word | |
Treble Booster | |
Treble Reducer |
An example SoundcoreDesktop application is also bundled with the standalone API in the SoundcoreDesktop
folder.
SoundcoreDesktop.exe
in the SoundcoreDesktop folderNote that if the Soundcore Mobile Application is running and connected to your headphone, then the Desktop Application will NOT Work. The Soundcore Devices can only support one application controlling it at a time. Exiting out of the Mobile Application should solve the issue.
The images inside of the GUI come from the official Soundcore App for Android. They are copyrighted by Soundcore, and I do not recommend using them in your own projects.
You can report bugs or suggest features for both the API and the application by making an Issue, or you can contribute to the project by forking it and then sending a Pull Request. Any help will be very much appreciated. Thank you !