https://github.com/crolbar/vbz
Audio visualizer OpenRGB TUI Client
https://github.com/crolbar/vbz
Last synced: 2 days ago
JSON representation
Audio visualizer OpenRGB TUI Client
- Host: GitHub
- URL: https://github.com/crolbar/vbz
- Owner: crolbar
- License: bsd-3-clause
- Created: 2025-03-25T23:29:33.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-04-24T14:04:24.000Z (24 days ago)
- Last Synced: 2025-04-24T14:38:19.869Z (24 days ago)
- Language: Go
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VBZ - Audio visualizer OpenRGB Client

## Features
- Sync OpenRGB devices with audio frequency magnitude
- Frequency graph visualizer
- settings menu (acessed by the grave(`), f1 key## Building
```
go bulid
```- for nix a package output is available in the flake
## Cli Arguments
```
VBZ - OpenRGB Audio Visualizer Client
Usage: vbz [OPTION..][OPTIONS]
-d, --device-idx Device to capture (use -l to see devices)
-c, --config Config file path
--host OpenRGB server host
--port OpenRGB server port
--no-leds Don't update leds
--no-open-rgb Don't try to connect to OpenRGB server
--fill-bins Fills side black bars in the bins visualizer
--hue-rate Hue change rate (speeds up color wave)
--amp-scalar scale up the amplitude for better visualization
--filter-mode Averaging filter type
--filter-range Range of the averaging filter
--decay Percentage of decay of amplitude in each frame
```## Credits
https://gitlab.com/CalcProgrammer1/KeyboardVisualizer