libalac CGO bindings for encoding/decoding.
Go to file
DataHoarder 7839cd4c1d
All checks were successful
continuous-integration/drone/push Build is passing
Added utilities to fetch ALAC properties
2022-04-21 13:03:41 +02:00
sample Added working ALAC encoder into MP4 2022-04-20 22:32:15 +02:00
.drone.yml Added Decoder, CI 2022-04-21 12:49:43 +02:00
.gitignore Added working ALAC encoder into MP4 2022-04-20 22:32:15 +02:00
decoder.go Added Decoder, CI 2022-04-21 12:49:43 +02:00
encoder.go Added Decoder, CI 2022-04-21 12:49:43 +02:00
encoder_test.go Added working ALAC encoder into MP4 2022-04-20 22:32:15 +02:00
go.mod Added working ALAC encoder into MP4 2022-04-20 22:32:15 +02:00
go.sum Added working ALAC encoder into MP4 2022-04-20 22:32:15 +02:00
LICENSE Added working ALAC encoder into MP4 2022-04-20 22:32:15 +02:00
mp4.go Added utilities to fetch ALAC properties 2022-04-21 13:03:41 +02:00
mp4_test.go Added Decoder, CI 2022-04-21 12:49:43 +02:00
README.md Added working ALAC encoder into MP4 2022-04-20 22:32:15 +02:00

go-alac

libalac CGO bindings for encoding/decoding.

Requirements

libalac

git clone --depth 1 https://github.com/mikebrady/alac.git
cd alac
autoreconf -fi
./configure --prefix /usr
make -j$(nproc)
sudo make install