Skip to content

izern/go-fdkaac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.7%
  • Go 40.3%