Skip to content

seastart/go-fdkaac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-fdkaac

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

Usage

go get github.com/seastart/go-fdkaac

compile lib fdk-aac:

wget https://github.com/seastart/go-fdkaac/raw/refs/heads/master/fdk-aac-2.0.0.tar.gz
tar -zxvf fdk-aac-2.0.0.tar.gz && cd fdk-aac-2.0.0/ && ./configure --prefix=/usr/local/lib/fdk-aac-2.0.0 && make && make install

use the package:

There are an example of AAC audio packets in ADTS:

To run all examples:

go test ./...

Winlin 2016

Releases

No releases published

Packages

No packages published

Languages

  • C 59.6%
  • Go 40.4%