libebur128 CGO bindings
Go to file
DataHoarder db0c191192
continuous-integration/drone/push Build is passing Details
Support Double, Int input types
2022-07-20 18:34:21 +02:00
sample Initial commit 2022-03-08 11:31:08 +01:00
.drone.yml Initial commit 2022-03-08 11:31:08 +01:00
.gitignore Initial commit 2022-03-08 11:31:08 +01:00
LICENSE Initial commit 2022-03-08 11:31:08 +01:00
README.md Initial commit 2022-03-08 11:31:08 +01:00
go.mod Initial commit 2022-03-08 11:31:08 +01:00
libebur128.go Support Double, Int input types 2022-07-20 18:34:21 +02:00
libebur128_test.go Support Double, Int input types 2022-07-20 18:34:21 +02:00

README.md

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

sudo apt install libebur128-dev

Alternatively you can install the ebur128 rust port C API.