From b04c61eeb372de5c8635aaae124d2ec646eb265b Mon Sep 17 00:00:00 2001 From: Josh Roberson Date: Wed, 12 Apr 2006 23:47:51 +0000 Subject: Note that the res_speech module will need to be loaded first, and add a conveient line to uncomment to do so for the time being. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19615 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/speechrec.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/speechrec.txt') diff --git a/doc/speechrec.txt b/doc/speechrec.txt index 07cbc6f3b..166f309ee 100644 --- a/doc/speechrec.txt +++ b/doc/speechrec.txt @@ -1,5 +1,7 @@ Generic Speech Recognition API +*** NOTE: To use the API, you must laod the res_speech.so module before any connectors. For your convenience, there is a preload line commented out in the modules.conf sample file. *** + Dialplan Applications: The dialplan API is based around a single speech utilities application file, which exports many applications to be used for speech recognition. These include an application to prepare for speech recognition, activate a grammar, and play back a sound file while waiting for the person to speak. Using a combination of these applications you can easily make a dialplan use speech recognition without worrying about what speech recognition engine is being used. -- cgit v1.2.3