Mlxspeaker: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
(Created page with "{{Pagelinks}} = Purpose = {{Utility|name=mlxspeaker}} is a utility which listens to the MIDAS Message System and pipes these messages to a speech synthesizer application....")
 
No edit summary
 
Line 2: Line 2:


= Purpose =
= Purpose =
{{Utility|name=mlxspeaker}} is a utility which listens to the MIDAS [[Message System]] and pipes these messages to a speech synthesizer application. {{Utility|name=mlxspeaker}} is for a Linux based system, and interfaces to the Festival speech synthesis package.
[[mlxspeaker]] is a utility which listens to the MIDAS [[Message System]] and pipes these messages to a speech synthesizer application. [[mlxspeaker]] is for a Linux based system, and interfaces to the Festival speech synthesis package.
The "Festival Speech Synthesis System" has to be installed prior the activation of the [[mlxspeaker]] utility.
 
= Note =
This [[mlxspeaker]] should be considered obsolete as the midas web server [[mhttpd]] provides a similar functionality through the <b> Web Speech API speechSynthesis </b>.
 


The speech synthesis system has to be installed prior to the activation of the {{Utility|name=mlxspeaker}} utility.


= Usage =
= Usage =

Latest revision as of 16:25, 4 September 2020


Purpose

mlxspeaker is a utility which listens to the MIDAS Message System and pipes these messages to a speech synthesizer application. mlxspeaker is for a Linux based system, and interfaces to the Festival speech synthesis package. The "Festival Speech Synthesis System" has to be installed prior the activation of the mlxspeaker utility.

Note

This mlxspeaker should be considered obsolete as the midas web server mhttpd provides a similar functionality through the Web Speech API speechSynthesis .


Usage

   > mlxspeaker -D

Arguments

       [-help ]          : help
       [-h hostname ]    : host name
       [-e exptname ]    : experiment name
       [-t mt_talk]      : Specify the mt_talk alert command
       [-u mt_user]      : Specify the mt_user alert command
       [-s shut up time] : Specify the min time interval between alert [s] 
                           The -t & -u switch require a command equivalent to: "-t play --volume=0.3 file.wav"
       [-c command]      : Used to start the speech synthesizer, which should read text from its standard input.
                           e.g.   mlxspeaker -c 'festival --tts -'
       [-D ] : start program as a daemon