[RavenclawDev 373] (MeetingLine) [30] Configurations/Desktop-TTY: 1) reset_variables changed to reinitialize in pgm file
tk@edam.speech.cs.cmu.edu
tk at edam.speech.cs.cmu.edu
Thu Sep 13 17:27:45 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070913/3dc3db2a/attachment.html
-------------- next part --------------
Modified: Configurations/Desktop-TTY/MeetingLine-hub.pgm
===================================================================
--- Configurations/Desktop-TTY/MeetingLine-hub.pgm 2007-09-13 19:03:07 UTC (rev 29)
+++ Configurations/Desktop-TTY/MeetingLine-hub.pgm 2007-09-13 21:27:44 UTC (rev 30)
@@ -14,14 +14,6 @@
;; -------------------------------------------------
;; -------------------------------------------------
-;; The sphinx server handles decoding speech
-;; -------------------------------------------------
-
-SERVER: sphinx at localhost:11000
-OPERATIONS: start_listening stop_listening set_lm
-INIT: :greeting "Welcome to the CMU MeetingLine 1.0!"
-
-;; -------------------------------------------------
;; The DateTime server: understands dates, times and
;; numbers
;; -------------------------------------------------
@@ -77,7 +69,7 @@
;; -------------------------------------------------
SERVER: DialogManager at localhost:17000
-OPERATIONS: begin_session process_parse start_inactivity_timeout cancel_inactivity_timeout end_session notify_output_manager
+OPERATIONS: begin_session process_parse start_inactivity_timeout cancel_inactivity_timeout end_session notify_output_manager reinitialize
INIT: :greeting "Welcome to the CMU MeetingLine 1.0!"
;; -------------------------------------------------
@@ -109,11 +101,6 @@
IN:
OUT:
-;; The session server has triggered a new session - Tell the decoder to start listening to input
-RULE: :init_session | :call_answered --> sphinx.start_listening
-IN: :hub_logdir :hub_log_prefix
-OUT:
-
;; The session server has triggered a new session - initialize helios
RULE: :init_session | :call_answered --> helios.begin_session
IN: :hub_logdir
@@ -134,12 +121,6 @@
IN: :hub_logdir
OUT:
-;; The session server has closed the session - Tell the decoder to stop listening to input
-RULE: :close_session | :call_hungup --> sphinx.stop_listening
-IN:
-OUT:
-
-
;; The session server has closed the session - Tell the DM to ignore spurious inputs between sessions
RULE: :close_session | :call_hungup --> DialogManager.end_session
IN:
@@ -216,7 +197,7 @@
;;
;; TTY Sphinx can send this when the user types "reset"
;;
-RULE: :resetdm --> DialogManager.reset_variables
+RULE: :resetdm --> DialogManager.reinitialize
IN:
OUT: destroy!
Modified: Configurations/Desktop-TTY/startlist.config
===================================================================
--- Configurations/Desktop-TTY/startlist.config 2007-09-13 19:03:07 UTC (rev 29)
+++ Configurations/Desktop-TTY/startlist.config 2007-09-13 21:27:44 UTC (rev 30)
@@ -34,17 +34,6 @@
PROCESS: $BIN\phoenix2 -grammardir $GRAMMAR\ -grammarfn $GRAMMAR\MeetingLine.net
PROCESS_TITLE: Phoenix2
-PROCESS: $BIN\Audio_Server -engine_list sphinx_engines.txt
-PROCESS_TITLE: SPHINX_AUDIO
-
-PROCESS: $BIN\Sphinx_Engine -name male -argfn male-8khz.arg -port 9990
-PROCESS_WORKDIR: $DECODER
-PROCESS_TITLE: SPHINX_MALE
-
-PROCESS: $BIN\Sphinx_Engine -name male -argfn female-8khz.arg -port 9990
-PROCESS_WORKDIR: $DECODER
-PROCESS_TITLE: SPHINX_FEMALE
-
PROCESS: $BIN\TTYRecognitionServer2
PROCESS_TITLE: TTYRecognitionServer2
PROCESS_MONITOR_ARGS: --input_line
More information about the Ravenclaw-developers
mailing list