KillerBOSS2019 / SoundcoreDesktop

a way to communicate with Anker Soundcore Life headphones
GNU General Public License v3.0
91 stars 16 forks source link

SoundcoreLifeAPI

Disclaimer

This is an unofficial API for the Anker SoundCore Life Headphones. I am not partnered with Soundcore or Anker in any way.

Supported Devices

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.

Requirements

The application has been confirmed to work at least under Windows and Linux (Xorg/X11 only). MacOS should also work.

The Soundcore Life API

This API allows you to control your device's :

Usage

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

The SoundcoreDesktop Application

An example SoundcoreDesktop application is also bundled with the standalone API in the SoundcoreDesktop folder.

image image image

Installation

Note 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.

Bug Reports / Contributions / Suggestions

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 !