mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
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
This commit is contained in:
@@ -18,6 +18,9 @@ autoload=yes
|
|||||||
;preload => res_odbc.so
|
;preload => res_odbc.so
|
||||||
;preload => res_config_odbc.so
|
;preload => res_config_odbc.so
|
||||||
;
|
;
|
||||||
|
; Uncomment the following if you wish to use the Speech Recognition API
|
||||||
|
;preload => res_speech.so
|
||||||
|
;
|
||||||
; If you want, load the GTK console right away.
|
; If you want, load the GTK console right away.
|
||||||
; Don't load the KDE console since
|
; Don't load the KDE console since
|
||||||
; it's not as sophisticated right now.
|
; it's not as sophisticated right now.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
Generic Speech Recognition API
|
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:
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user