libebur128 CGO bindings
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DataHoarder db0c191192
continuous-integration/drone/push Build is passing Details
Support Double, Int input types
11 months ago
sample Initial commit 1 year ago
.drone.yml Initial commit 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago
go.mod Initial commit 1 year ago
libebur128.go Support Double, Int input types 11 months ago
libebur128_test.go Support Double, Int input types 11 months ago

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.