Skip to content

Advanced Audio Coding format module for Asterisk

Notifications You must be signed in to change notification settings

viktike/asterisk-aac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

asterisk-aac

Advanced Audio Coding format module for asterisk

Prereq

Debian based OS-es

sudo apt install libfaac-dev libfaad-dev

RedHat based OS-es

Repository

  1. Add the https://rpmfusion.org/ repository to your system.
  2. Enable the non-free repository

Install packages

sudo dnf install faac-devel faad2-devel

Install

Patch asterisk sources

Apply the provided format_aac.patch on the Asterisk source tree.

Copy module source

Copy the provided formats/format_aac.c to the formats/ directory of the Asterisk source tree.

Reconfigure

  1. Install autoconf: sudo ./contrib/script/install_prereq.sh install
  2. Regenerate the configure script ./bootstrap.sh
  3. Reconfigure asterisk: ./configure

Enable the module & compile Asterisk

  1. make menuconfig
  2. make install

About

Advanced Audio Coding format module for Asterisk

Topics

Resources

Stars

Watchers

Forks

Languages