go-ebur128/README.md

14 lines
398 B
Markdown
Raw Permalink Normal View History

2022-03-08 10:24:29 +00:00
# go-ebur128
libebur128 CGO bindings. Only a few calls are implemented, as needed.
libebur128 is a library that implements the EBU R 128 standard for loudness normalisation.
## Requirements
### [libebur128](https://github.com/jiixyj/libebur128)
```shell
sudo apt install libebur128-dev
```
Alternatively you can install the [ebur128 rust port](https://github.com/sdroege/ebur128#c-api) C API.