libalac CGO bindings for encoding/decoding.
Go to file
DataHoarder 7bab2d4f93
Upgrade github.com/edgeware/mp4ff to github.com/Eyevinn/mp4ff
2023-01-28 03:42:57 +01: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
LICENSE Added working ALAC encoder into MP4 2022-04-20 22:32:15 +02:00
README.md Updated README.md 2022-04-21 13:56:23 +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 Upgrade github.com/edgeware/mp4ff to github.com/Eyevinn/mp4ff 2023-01-28 03:42:57 +01:00
go.mod Upgrade github.com/edgeware/mp4ff to github.com/Eyevinn/mp4ff 2023-01-28 03:42:57 +01:00
go.sum Upgrade github.com/edgeware/mp4ff to github.com/Eyevinn/mp4ff 2023-01-28 03:42:57 +01:00
mp4.go Upgrade github.com/edgeware/mp4ff to github.com/Eyevinn/mp4ff 2023-01-28 03:42:57 +01:00
mp4_test.go Added Decoder, CI 2022-04-21 12:49:43 +02:00

README.md

go-alac

libalac CGO bindings for encoding/decoding.

Requirements

libalac

git clone --depth 1 https://git.gammaspectra.live/S.O.N.G/alac.git
cd alac
autoreconf -fi
./configure --prefix /usr
make -j$(nproc)
sudo make install