mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
codecs: Add Codec 2 mode 2400.
ASTERISK-26217 #close Change-Id: I1e45d8084683fab5f2b272bf35f4a149cea8b8d6
This commit is contained in:
@@ -142,6 +142,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