Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lautis/cec-alsa-volume
Sync HDMI CEC volume events with ALSA mixer
https://github.com/lautis/cec-alsa-volume
Last synced: 21 days ago
JSON representation
Sync HDMI CEC volume events with ALSA mixer
- Host: GitHub
- URL: https://github.com/lautis/cec-alsa-volume
- Owner: lautis
- License: mit
- Created: 2019-02-11T21:18:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T17:08:17.000Z (almost 6 years ago)
- Last Synced: 2024-10-10T09:25:29.495Z (about 1 month ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CEC Alsa Volume
Sync HDMI CEC volume events with ALSA mixer.
Ever wanted to control the volume of speakers attached to Raspberry PI with your TV remove? This project will help you.
## Installation
The following software needs to be installed:
- [libcec](https://github.com/Pulse-Eight/libcec)
- alsa-utils
- NodeInstall cec-alsa-volume with
```
npm install -g cec-alsa-volume
```## Usage
```
cec-alsa-volume --min-volume 0 --max-volume 100 --mixer-device "hw:0" --mixer-name "PCM" --name "RaspberryPI"
```## Compatibility
This is tested to work with a RaspberryPI and a LG TV. There might be issues with other devices as HDMI CEC is not the most interoperable standard.