文件名称:libsoundtouch:Bose Soundtouch Python库
文件大小:43KB
文件格式:ZIP
更新时间:2024-05-22 21:07:28
library python3 python2 soundtouch bose
Bose Soundtouch Python库 这个Python 2.7 + / 3.4 +库允许您控制。 如何使用它 ? pip install libsoundtouch from libsoundtouch import discover_devices devices = discover_devices ( timeout = 2 ) for device in devices : print ( device . config . name + " - " + device . config . type ) from libsoundtouch import soundtouch_device from libsoundtouch . utils import Source , Type device = soundtouch_device ( '192.16
【文件预览】:
libsoundtouch-master
----setup.py(1KB)
----.gitignore(129B)
----requirements.txt(46B)
----requirements_test_27.txt(97B)
----LICENSE.md(10KB)
----libsoundtouch()
--------templates()
--------__init__.py(1KB)
--------device.py(36KB)
--------utils.py(3KB)
----.travis.yml(381B)
----MANIFEST.in(36B)
----setup.cfg(67B)
----README.md(7KB)
----tests()
--------data()
--------test_libsoundtouch.py(47KB)
----RELEASES.rst(1KB)
----requirements_test.txt(104B)
----.coveragerc(28B)
----AUTHORS.rst(521B)
----docs()
--------_templates()
--------Makefile(7KB)
--------api.rst(850B)
--------index.rst(6KB)
--------conf.py(9KB)
--------versions.rst(47B)
----tox.ini(1KB)