Crates.io | cec-alsa-sync |
lib.rs | cec-alsa-sync |
version | 3.0.3 |
source | src |
created_at | 2019-11-30 09:59:13.163141 |
updated_at | 2022-09-19 15:17:44.532019 |
description | Utility to synchronize ALSA volume with commands from HDMI CEC |
homepage | https://github.com/ssalonen/cec-alsa-sync |
repository | https://github.com/ssalonen/cec-alsa-sync |
max_upload_size | |
id | 185511 |
size | 40,582 |
Small command line application to command ALSA volume using CEC via Rasberry Pi HDMI port.
This can be used to control e.g. Hifiberry DSP volume using TV remote.
cargo install cec-alsa-sync
Licensed under GNU General Public License version 2, (LICENSE or https://opensource.org/licenses/GPL-2.0)
The CI/CD setup in .github/
is based on rust-github/template, and therefore licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
See CONTRIBUTING.md.
cargo release --no-publish
for a dry run. Then execute with cargo release --no-publish --execute
and let the github CD pipeline do the rest.