diff options
author | pav <pav@FreeBSD.org> | 2007-07-29 23:51:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-29 23:51:08 +0800 |
commit | d68e0859d200ab177a9cf4346ab8759d896aef03 (patch) | |
tree | d13f3af307ae10c55273e4599bc311063dffa9cf /audio/Makefile | |
parent | ed09c6a4f9df253382a9b1b5658494874a8ec045 (diff) | |
download | freebsd-ports-gnome-d68e0859d200ab177a9cf4346ab8759d896aef03.tar.gz freebsd-ports-gnome-d68e0859d200ab177a9cf4346ab8759d896aef03.tar.zst freebsd-ports-gnome-d68e0859d200ab177a9cf4346ab8759d896aef03.zip |
Command-line encoder that outputs aacPlus v2 files (ie. Advanced Audio Coding +
Spectral Band Resonation + Parametric Stereo, or AAC + SBR + PS), also known as
HE-AAC+ (High Efficiency AAC+). Developed by Coding Technologies, based on the
reference code obtained from 3GPP, repackaged to compile on contemporary Linux
by Matteo Croce.
WWW: http://teknoraver.campuslife.it/
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 723b609cda90..8ae8a6d0d856 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -6,6 +6,7 @@ SUBDIR += HVSC-Update SUBDIR += Maaate SUBDIR += aacgain + SUBDIR += aacplusenc SUBDIR += abcde SUBDIR += abcmidi SUBDIR += abcselect |