go-fdkaac

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 6, 2021 License: MIT Imports: 3 Imported by: 0

README

go-fdkaac

fork from lib-fdkaac(https://github.com/izern/fdk-aac)

Usage

First, get the source code:

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

Then, compile the fdk-aac:

cd $GOPATH/src/github.com/izern/go-fdkaac &&
tar -zxvf fdk-aac-2.0.0.tar.gz && 
cd fdk-aac-2.0.0/ && ./configure --prefix=/usr/local/fdk-aac-2.0.0 && 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/izern/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