https://github.com/actionless/yaebumeter
meter for EBU R-128 standard - ebumeter fork with HiDPI (scale) support and more
https://github.com/actionless/yaebumeter
audio ebu ebur ebur128 linux professionalaudio xlib
Last synced: about 15 hours ago
JSON representation
meter for EBU R-128 standard - ebumeter fork with HiDPI (scale) support and more
- Host: GitHub
- URL: https://github.com/actionless/yaebumeter
- Owner: actionless
- License: gpl-2.0
- Created: 2022-10-11T22:29:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T05:59:09.000Z (almost 3 years ago)
- Last Synced: 2025-08-08T17:51:06.399Z (2 months ago)
- Topics: audio, ebu, ebur, ebur128, linux, professionalaudio, xlib
- Language: C++
- Homepage:
- Size: 775 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_original
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
yaebumeter
==========Yet Another EBU Meter.
Fork of [ebumeter](https://kokkinizita.linuxaudio.org/linuxaudio/ebumeter-doc/quickguide.html).
* [New Features](#new-features "")
* [Plans](#plans "")
* [Screenshots](#screenshots "")
## New Features
### HiDPI scale support
Scale support is currently only manual, to set interface scale either
set environment variable or use CLI flag
(CLI flag have higher priority over env var):```console
ebumeter -z 2
./source/ebumeter -z 1.3
EBUMETER_SCALE=2 ebumeter
EBUMETER_SCALE=1.5 ./source/ebumeter```
### Connect to jack client via command-line on start
```console
ebumeter -cl "Bose AE2 SoundLink:monitor_FL" -cr "Bose AE2 SoundLink:monitor_FR"
./source/ebumeter -cl 'ATH-M50xBT :monitor_FL' -cr 'ATH-M50xBT :monitor_FR'
```## Plans
- support for custom themes (and also multiple image scaling)
- few custom themes inspired by legendary hardware and software
- set options (like Momentary/Short-term, +9/+18, LU/LUFS, start) via CLI
- hotkeys
- use `SDL` and `SDL_image` instead of `Xlib`
- show ms length of highest TruePeak (and mean/average length of other TruePeaks)
- add a switch for showing last/highest TruePeak length## Screenshots
### Original
### x1.5 scale
### x2 scale
