go-fdkaac

command module
v0.0.0-...-2f6b0a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2022 License: MIT Imports: 1 Imported by: 0

README

go-fdkaac

Golang binding for lib-fdkaac(https://github.com/Glimesh/fdk-aac)

Usage

First, get the source code:

go get -d github.com/Glimesh/go-fdkaac

Then, compile the fdk-aac:

cd $GOPATH/src/github.com/Glimesh/go-fdkaac &&
git clone https://github.com/Glimesh/fdk-aac.git fdk-aac-lib &&
cd fdk-aac-lib/ && bash autogen.sh && ./configure --prefix=`pwd`/objs && make && make install &&
cd ..

Done, import and use the package:

There are an example of AAC audio packets in ADTS:

To run all examples:

cd $GOPATH/src/github.com/Glimesh/go-fdkaac && go test ./...

Winlin 2016

Documentation

Overview

Please use library.

Directories

Path Synopsis
The aac decoder, to decode the encoded aac frame to PCM samples.
The aac decoder, to decode the encoded aac frame to PCM samples.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL