<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="SWIrecConfig.xsl"?>
<!DOCTYPE SWIrecConfig SYSTEM "SWIrecConfig.dtd">

<SWIrecConfig version="1.0.0">
<lang name="default">

  <!-- Number of entries to return in the nbest list. If &gt;5, additional
       CPU cycles will be needed. -->
  <param name="swirec_nbest_list_length">
    <value>2</value>
  </param>

  <!-- Inform the speech detector about the audio format being 
       supplied to the recognizer.  -->
  <param name="swiep_audio_media_type">
    <value>audio/basic;rate=8000</value>
    <value>audio/L16;rate=8000</value>
    <value>audio/x-alaw-basic;rate=8000</value>
  </param>

  <!-- Defines the format of the audio being supplied to the recognizer.  -->
  <param name="swirec_audio_media_type">
    <value>audio/basic;rate=8000</value>
    <value>audio/L16;rate=8000</value>
    <value>audio/x-alaw-basic;rate=8000</value>
  </param>

  <!-- How many osr_swirec licenses will be checked out during SWIrecInit() -->
  <param name="swirec_license_ports">
    <value>2</value>
  </param>

  <!-- How many osr_swiep licenses will be checked out during SWIepInit() -->
  <param name="swiep_license_ports">
    <value>4</value>
  </param>

  <!-- Disable pre-endpointed waveform logging entirely. -->
  <param name="swiep_suppress_waveform_logging">
    <value>true</value>
  </param>

  <!-- Disable post-endpointed waveform logging entirely. -->
  <param name="swirec_suppress_waveform_logging">
    <value>false</value>
  </param>

  <!-- Amount of memory the internal cache needs to take up before we
       start expiring grammars, in MB -->
  <param name="swirec_memory_cache_size">
    <value>100</value>
  </param>

  <!-- Maximum size of the disk cache in MB -->
  <param name="swirec_disk_cache_size">
    <value>500</value>
  </param>

  <!-- If this is set, preloaded grammars will never be removed from  
       the cache, even if they normally would expire or SWIrecGrammarFree() is called -->
  <param name="swirec_lock_preload_grammars">
    <value>false</value>
  </param>


    </lang>
</SWIrecConfig>
