libebur128 CGO bindings
Go to file
DataHoarder 73a167e762
All checks were successful
continuous-integration/drone Build is passing
set pointer member to nil after destroy
2022-04-18 22:23:43 +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
go.mod Initial commit 2022-03-08 11:31:08 +01:00
libebur128.go set pointer member to nil after destroy 2022-04-18 22:23:43 +02:00
libebur128_test.go Correct AddFloat/AddShort 2022-03-08 11:51:26 +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-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.