diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-14 17:32:17 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-09 14:01:13 +0200 |
commit | c89fb86cefb19ac9cf198c1e5cc31a85beab072e (patch) | |
tree | 74a5bd821b8a2823d6a0391066bce9fca23e6f35 /libAACenc/include/aacenc_lib.h | |
parent | a0bd8aa3b6339082fbe9d830264839fa50c0a4b7 (diff) | |
download | fdk-aac-c89fb86cefb19ac9cf198c1e5cc31a85beab072e.tar.gz fdk-aac-c89fb86cefb19ac9cf198c1e5cc31a85beab072e.tar.bz2 fdk-aac-c89fb86cefb19ac9cf198c1e5cc31a85beab072e.zip |
Add DAB+ support
Diffstat (limited to 'libAACenc/include/aacenc_lib.h')
-rw-r--r-- | libAACenc/include/aacenc_lib.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libAACenc/include/aacenc_lib.h b/libAACenc/include/aacenc_lib.h index 63c3697..de60a7a 100644 --- a/libAACenc/include/aacenc_lib.h +++ b/libAACenc/include/aacenc_lib.h @@ -90,7 +90,7 @@ amm-info@iis.fraunhofer.de * \file aacenc_lib.h * \brief FDK AAC Encoder library interface header file. * -\mainpage Introduction +\page FDK AAC Encoder Library Introduction \section Scope @@ -923,6 +923,7 @@ typedef enum AACENC_GRANULE_LENGTH = 0x0105, /*!< Core encoder (AAC) audio frame length in samples: - 1024: Default configuration. + - 960: DRM/DAB+. - 512: Default LD/ELD configuration. - 480: Optional length in LD/ELD configuration. */ @@ -1028,8 +1029,9 @@ typedef enum For AAC-ELD, the SBR information is transmitted in the ELDSpecific Config, which is part of the AudioSpecificConfig. Therefore, the settings here will have no effect on AAC-ELD.*/ - AACENC_TPSUBFRAMES = 0x0303, /*!< Number of sub frames in a transport frame for LOAS/LATM or ADTS (default 1). + AACENC_TPSUBFRAMES = 0x0303, /*!< Number of sub frames in a transport frame for LOAS/LATM, DAB+ or ADTS (default 1). - ADTS: Maximum number of sub frames restricted to 4. + - DAB+: Maximum number of sub frames restricted to 6. - LOAS/LATM: Maximum number of sub frames restricted to 2.*/ AACENC_AUDIOMUXVER = 0x0304, /*!< AudioMuxVersion to be used for LATM. (AudioMuxVersionA, currently not implemented): |