Python bindings for modern Sony speakers
Project description
These Python bindings are intended to interact with modern Sony speakers.
NOTE This library has only been tested with a Sony SRS-ZR7. It may not work reliably with other Sony speakers. Feel free to open an issue if your are having trouble with your device.
Code sample
from pysonyavr import SonyAvr
s = SonyAvr('10.0.0.18')
s.turn_on()
# Switch to AUX input
s.set_input('audio in')
s.raise_volume()
s.mute()
s.unmute()
s.turn_off()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pysonyavr-1.4.tar.gz
(3.8 kB
view details)
File details
Details for the file pysonyavr-1.4.tar.gz
.
File metadata
- Download URL: pysonyavr-1.4.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81f3e4adb8dfcc9ef21dd1effd380db65260d790e4b655fe26660ada1cc04b08 |
|
MD5 | 37da461bed097a0ba4027756b7ab40de |
|
BLAKE2b-256 | aa7a223590f245c282de17f7b42161ebe8654a17238989ef3db0cba6a26175fd |