项目作者: impankratov

项目描述 :
Control noise-cancelling mode of your Sony headphones via simple python script
高级语言: Python
项目地址: git://github.com/impankratov/sony-headphones-control-py.git
创建时间: 2020-04-04T18:58:40Z
项目社区:https://github.com/impankratov/sony-headphones-control-py

开源协议:

下载


Sony Headphones Control

Allows changing the noise-cancelling mode of Sony Bluetooth headsets.
Inspired by sony-headphones-control Tasker plugin.

Usage

  1. sony-headphones-control <bt_addr> <mode>

bt_addr - MAC address of Bluetooth headset

mode - one of following:

  • noise-cancelling
  • wind-cancelling
  • ambient-sound
  • disable

Examples

  1. sony-headphones-control 00:00:00:00:00:00 noise-cancelling

Installation

Clone repository and run:

  1. poetry install
  2. poetry build

License

sony-headphones-control-py is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

sony-headphones-control-py is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
sony-headphones-control-py; if not, write to the Free Software Foundation, Inc., 51 Franklin St,
Fifth Floor, Boston, MA 02110-1301 USA