An open API service indexing awesome lists of open source software.

https://github.com/actionless/ebumcli

EBU R 128 meter CLI (using libebur128)
https://github.com/actionless/ebumcli

Last synced: about 1 year ago
JSON representation

EBU R 128 meter CLI (using libebur128)

Awesome Lists containing this project

README

          

# ebumcli

(EBU Meter CLI / EBU Mini CLI) - extremely minimalistic EBU R 128 LUFS and TruePeak meter CLI.

Tested on Linux and MacOS (Homebrew).

## Installation

### Arch Linux

```console
$ pikaur -S ebumcli-git
$ ebumcli --help
```

### Other

#### Dependencies

- libebur128
- libsndfile

```console
$ make
$ ./ebumcli --help
```