libalac CGO bindings for encoding/decoding.
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 7bab2d4f93
Upgrade github.com/edgeware/mp4ff to github.com/Eyevinn/mp4ff
4 months ago
sample Added working ALAC encoder into MP4 1 year ago
.drone.yml Added Decoder, CI 1 year ago
.gitignore Added working ALAC encoder into MP4 1 year ago
LICENSE Added working ALAC encoder into MP4 1 year ago
README.md Updated README.md 1 year ago
decoder.go Added Decoder, CI 1 year ago
encoder.go Added Decoder, CI 1 year ago
encoder_test.go Upgrade github.com/edgeware/mp4ff to github.com/Eyevinn/mp4ff 4 months ago
go.mod Upgrade github.com/edgeware/mp4ff to github.com/Eyevinn/mp4ff 4 months ago
go.sum Upgrade github.com/edgeware/mp4ff to github.com/Eyevinn/mp4ff 4 months ago
mp4.go Upgrade github.com/edgeware/mp4ff to github.com/Eyevinn/mp4ff 4 months ago
mp4_test.go Added Decoder, CI 1 year ago

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