Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tremby/snapmixer
Control snapcast output volumes
https://github.com/tremby/snapmixer
Last synced: 20 days ago
JSON representation
Control snapcast output volumes
- Host: GitHub
- URL: https://github.com/tremby/snapmixer
- Owner: tremby
- Created: 2018-12-17T19:34:34.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T20:46:03.000Z (8 months ago)
- Last Synced: 2024-11-01T06:42:12.337Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Snapmixer
=========This is a console-based volume control for
[Snapcast](https://github.com/badaix/snapcast).It is not yet very efficient or fast, but it works.
It is not yet packaged for release.
Requirements
------------Node 10.x, NPM.
Other requirements are installed with `npm install`,
most notable of which is [neo-blessed](https://github.com/embark-framework/neo-blessed).Usage
-----node index.js
Press `?` or `F1` to toggle the help box,
which gives information on the other keys.Currently log messages are emitted to stdout, so it's probably best run as either
node index.js 2>>log
to watch the messages (with something like `tail -F log` in another terminal), or
node index.js 2>>/dev/null
to ignore them.