mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "codecs: Add Codec 2 mode 2400."
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user