]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Finalization of speech detect interface and API
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 9 Nov 2006 05:39:04 +0000 (05:39 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 9 Nov 2006 05:39:04 +0000 (05:39 +0000)
commit44fc26f7d4e4b02265ed4e506d655594b63c2fc9
treef996ab46a7a1195a6ed636f71f3f786db0cadea3
parentb942d8e04428ef3e54436779acfdbba94779a599
Finalization of speech detect interface and API

This changes the core to have the necessary tools to create
a speech detection interface.

It also changes the code in javascript (mod_spidermonkey)
there are a few api changes in how it handles callbacks

It also adds grammars as a system dir to store asr grammars

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3291 d0543943-73ff-0310-b7d9-9358b9ac24b2
20 files changed:
scripts/js_modules/SpeechTools.jm [new file with mode: 0644]
src/include/switch_am_config.h.in
src/include/switch_core.h
src/include/switch_ivr.h
src/include/switch_loadable_module.h
src/include/switch_module_interfaces.h
src/include/switch_types.h
src/mod/applications/mod_commands/mod_commands.c
src/mod/applications/mod_conference/mod_conference.c
src/mod/applications/mod_dptools/mod_dptools.c
src/mod/applications/mod_ivrtest/mod_ivrtest.c
src/mod/applications/mod_rss/mod_rss.c
src/mod/asr_tts/mod_cepstral/mod_cepstral.c
src/mod/event_handlers/mod_event_socket/mod_event_socket.c
src/mod/languages/mod_spidermonkey/mod_spidermonkey.c
src/switch_channel.c
src/switch_core.c
src/switch_event.c
src/switch_ivr.c
src/switch_loadable_module.c