Merge "codecs: Add Codec 2 mode 2400."

This commit is contained in:
Joshua Colp
2016-09-04 14:11:34 -05:00
committed by Gerrit Code Review
10 changed files with 446 additions and 1 deletions

View File

@@ -145,6 +145,9 @@
/* Define to 1 if you have the `closefrom' function. */
#undef HAVE_CLOSEFROM
/* Define to 1 if you have the Codec 2 Audio Decoder/Encoder library. */
#undef HAVE_CODEC2
/* Define to 1 if you have the Corosync library. */
#undef HAVE_COROSYNC

View File

@@ -208,6 +208,11 @@ extern struct ast_format *ast_format_siren7;
*/
extern struct ast_format *ast_format_opus;
/*!
* \brief Built-in cached Codec 2 format.
*/
extern struct ast_format *ast_format_codec2;
/*!
* \brief Built-in cached t140 format.
*/