aboutsummaryrefslogtreecommitdiffstats
path: root/doc/speechrec.txt
diff options
context:
space:
mode:
authortwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-12 23:47:51 +0000
committertwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-12 23:47:51 +0000
commitc2272ba2b9dc5debe269d4864661a0e7be8ba043 (patch)
tree32df08fc2baaa010194699b0f1c7933c95d21f40 /doc/speechrec.txt
parent9d5f3082b4bb215ebb8468025e981896e802dcd4 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@19615 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/speechrec.txt')
-rw-r--r--doc/speechrec.txt2
1 files changed, 2 insertions, 0 deletions
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.