summaryrefslogtreecommitdiff
path: root/include/asterisk/speech.h
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-07-11 16:19:00 +0000
committerJoshua Colp <jcolp@digium.com>2007-07-11 16:19:00 +0000
commitf8e605fe25980c6e2192696757cdbaee6113c0f4 (patch)
tree032315fb180c3cd05bc7d3413049896897d2b403 /include/asterisk/speech.h
parentb314d6ee08b351955f579f01ca5eda1730ab8641 (diff)
Allow the native formats of a channel to influence the audio that is going to the engine. The best format will try to be chosen with an ultimate fallback to signed linear if possible.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@74570 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/speech.h')
-rw-r--r--include/asterisk/speech.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/speech.h b/include/asterisk/speech.h
index e152201a3..81b45a761 100644
--- a/include/asterisk/speech.h
+++ b/include/asterisk/speech.h
@@ -128,7 +128,7 @@ int ast_speech_results_free(struct ast_speech_result *result);
/*! \brief Indicate to the speech engine that audio is now going to start being written */
void ast_speech_start(struct ast_speech *speech);
/*! \brief Create a new speech structure */
-struct ast_speech *ast_speech_new(char *engine_name, int format);
+struct ast_speech *ast_speech_new(char *engine_name, int formats);
/*! \brief Destroy a speech structure */
int ast_speech_destroy(struct ast_speech *speech);
/*! \brief Write audio to the speech engine */