<html>

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:PMingLiU;
        panose-1:2 2 3 0 0 0 0 0 0 0;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@PMingLiU";
        panose-1:2 2 3 0 0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=FR link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Hi Svetlana,</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
style='font-size:10.0pt;font-family:Arial;color:navy'>Yes AudioServer is the
Galaxy server for ASR. It is however a little more than just a wrapper since it
runs as an interface to audio inputs and can stream the audio to several engines
in parallel (hence the SPHINX_MALE and SPHINX_FEMALE processes). AudioServer
then collects the hypotheses and sends them to the hub (all the hypotheses are
then parsed and Helios picks one for RavenClaw).</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
style='font-size:10.0pt;font-family:Arial;color:navy'>The code for AudioServer
is in Agents/MultiDecoder/Audio_Server</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
style='font-size:10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
style='font-size:10.0pt;font-family:Arial;color:navy'>To answer your other
question, yes you can use TTY-server as a template for your ASR agent. Don&#8217;t
forget to handle confidence scores (potentially dummy ones if Sphinx4 doesn&#8217;t
give you real ones).</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
style='font-size:10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
style='font-size:10.0pt;font-family:Arial;color:navy'>Hope this helps,</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
style='font-size:10.0pt;font-family:Arial;color:navy'>antoine</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span lang=EN-US
style='font-size:10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span lang=EN-US style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span lang=EN-US
style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'>From:</span></font></b><font
size=2 face=Tahoma><span lang=EN-US style='font-size:10.0pt;font-family:Tahoma'>
ravenclaw-developers-bounces@LOGANBERRY.srv.cs.cmu.edu
[mailto:ravenclaw-developers-bounces@LOGANBERRY.srv.cs.cmu.edu] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Svetlana Stenchikova<br>
<b><span style='font-weight:bold'>Sent:</span></b> Monday, November 27, 2006
1:26 PM<br>
<b><span style='font-weight:bold'>To:</span></b> Dan Bohus<br>
<b><span style='font-weight:bold'>Cc:</span></b> Sarah Hoffman;
ravenclaw-developers@cs.cmu.edu<br>
<b><span style='font-weight:bold'>Subject:</span></b> [RavenclawDev 199] Re:
adding ASR</span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Hi, <br>
we are now starting to add sphinx ASR to our calendar system.<br>
<br>
We had some general questions about it.<br>
<br>
The roomline version is set to work with sphinx 2, and there are 3 servers that
are starting for it.<br>
<br>
<br>
<br>
{<br>
&nbsp;&nbsp;&nbsp; title SPHINX_AUDIO<br>
&nbsp;&nbsp;&nbsp; dir .<br>
&nbsp;&nbsp;&nbsp; path ..\..\Bin\x86-nt\Audio_Server.exe -engine_list
sphinx_engines.txt<br>
&nbsp;&nbsp;&nbsp; server_name sphinx<br>
}<br>
<br>
{<br>
&nbsp;&nbsp;&nbsp; title SPHINX_MALE<br>
&nbsp;&nbsp;&nbsp; dir ..\..\Resources\DecoderConfig\<br>
&nbsp;&nbsp;&nbsp; path ..\..\Bin\x86-nt\Sphinx_Engine -name male -argfn
male-8khz.arg -port 9990<br>
&nbsp;&nbsp;&nbsp; server_name sphinx_male<br>
}<br>
<br>
{<br>
&nbsp;&nbsp;&nbsp; title SPHINX_FEMALE<br>
&nbsp;&nbsp;&nbsp; dir ..\..\Resources\DecoderConfig\<br>
&nbsp;&nbsp;&nbsp; path ..\..\Bin\x86-nt\Sphinx_Engine -name female -argfn
female-8khz.arg -port 9991<br>
&nbsp;&nbsp;&nbsp; server_name sphinx_female<br>
}<br>
<br>
<br>
Is Audio_Server.exe the Galaxy wrapper? Where is the code for it?<br>
<br>
We plan to use sphinx 4, so we may want to write a java wrapper for it. If I
understand correctly, we could just use the TTY wrapper that we have and
replace the calls to output and input text with calls to sphinx. Is this
correct?<br>
<br>
thank you.<br>
<br>
Svetlana</span></font></p>

</div>

</body>

</html>