Skip to content

hunqp/faac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

947 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAAC Library

Convert audio PCM into AAC.

Prerequisite

sudo apt update

sudo apt install -y autoconf automake libtool pkg-config

How to build ?

mkdir installl

./bootstrap

./configure --host=$(YOUR_TARGET_HOST) --prefix=$(pwd)/install CC=$(YOUR_CC_TOOLCHAIN) CXX=$(YOUR_CPP_TOOLCHAIN)

make

make install

NOTE:

  • All libraries will be put in install directory.
  • If no need to cross compile, just run ./configure --prefix=$(pwd)/install

How to use ?

cd examples

make

./pcm2aac --help

About

Freeware Advanced Audio Coder faac mirror

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 72.0%
  • C++ 24.6%
  • HTML 2.2%
  • Other 1.2%