Skip to content
/ faac Public
forked from knik0/faac

Freeware Advanced Audio Coder faac mirror

Notifications You must be signed in to change notification settings

hunqp/faac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

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