libalac CGO bindings for encoding/decoding.
Go to file
2022-04-20 22:49:15 +02:00
sample Added working ALAC encoder into MP4 2022-04-20 22:32:15 +02:00
.gitignore Added working ALAC encoder into MP4 2022-04-20 22:32:15 +02:00
encoder.go Add working Segment duration 2022-04-20 22:49:15 +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 Add working Segment duration 2022-04-20 22:49:15 +02:00
mp4_test.go Add working Segment duration 2022-04-20 22:49:15 +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