home *** CD-ROM | disk | FTP | other *** search
/ Quick Study Spanish / DISK_1_QSSP.iso / HGASRAPI / ASR1516 / JESE.Z16 / ASR15M16.INI < prev    next >
INI File  |  1996-07-26  |  3KB  |  165 lines

  1. [Tinyos]
  2. AsrApiKey=4321
  3. RecogVersion=Win16 DSP Version ASR1500 1.0
  4.  
  5. Debug=1
  6.        /      Number of DSP's in the architecture /
  7. NbrOfDSPs=1
  8.        /      Name of the DSP /
  9. DSP0=ASR1516$3.0.2
  10.        /      FileName of dsp program with full path /
  11. DSP0ProgramFileName=r1516302.exe
  12.  
  13.        /      File containing the control of the recogniser /
  14. ControlFile=asr1500.ctr
  15.  
  16.        /      DSP if the DSP is requesting setup information/
  17. Speed=10
  18.  
  19.        /      Interrupt frequency of the main interrupt routine /
  20. MainInterruptFrequency=#database.ini Wave NbrOfSamplesPerSec
  21.        /      Define the frequency for the HardRT interrupt in number of tics of /
  22.        /       the MainInterruptFrequency /
  23. HardRTTicCount=#database.ini Wave NbrOfSamplesPerFrame
  24.        /      Define the dsp priority 0 is lowest and 65535 is the highest /
  25.  
  26. DSPPriority=4
  27.  
  28. [AsrApi]
  29. AcquisitID     = 24
  30. EnergyDetectID = 26
  31. VectorQuantID  = 34
  32. AsrSrtID       = 36
  33.  
  34. nSamplesPerSec = #Tinyos MainInterruptFrequency
  35.  
  36. [Acquisition]
  37. WindowsDll=acqui302.dll
  38. Target=DSP0
  39. FramesPerInterrupt=8
  40. SampleFrequency=#Tinyos MainInterruptFrequency
  41.  
  42. BlockSize=#8*Tinyos HardRTTicCount
  43. MinimumUnit=#2*Tinyos HardRTTicCount
  44.  
  45. [SampleQueue]
  46. Size=#2*Tinyos HardRTTicCount
  47. NrAtoms=#Tinyos HardRTTicCount
  48. Length=#70*Acquisition FramesPerInterrupt
  49.  
  50. [Agc]
  51. WindowsDll=agc15302.dll
  52. Target=DSP0
  53. Debugging=0
  54. AutoCorrelationCorrection=#Acne AutoCorrelationCorrection
  55. FarTalk=1
  56. AgcTSCount=#Recogniser CountSilenceThreshold
  57.  
  58. [SecondSampleQueue]
  59. Size=#2*Tinyos HardRTTicCount+4       / We add FrameType (a float) at the start of the element /
  60. NrAtoms=#Tinyos HardRTTicCount+2
  61. Length=45
  62. NbrToJumpBackAtStart=40
  63. StartAtBegin=0
  64.  
  65. [Acne]
  66. WindowsDll=acne302.dll
  67. Target=DSP0
  68.        /      Number of samples in 1 frame /
  69. FrameDuration=#Tinyos HardRTTicCount
  70.  
  71. WindowDuration=#3*Tinyos HardRTTicCount
  72.  
  73. LPCorder=12
  74. CEPOrder=16
  75. DimVector=13
  76.  
  77. AutoCorrelationCorrection=#4*Acne WindowDuration
  78.  
  79. / Acne specifics /
  80. nLogPower=21
  81.  
  82. [AcneQueue]
  83. Size=#2*Acne DimVector
  84. NrAtoms=#Acne DimVector
  85. Length=1
  86.  
  87. [VadQueue]
  88. Size=1
  89. NrAtoms=1
  90. Length=1
  91.  
  92. [Liftering]
  93. WindowsDll=lifte302.dll
  94. Target=DSP0
  95.        /      Order of the Cepstrum for liftering /
  96. CEPOrder=#Acne CEPOrder
  97.  
  98. [LifterQueue]
  99. Size=#2*Acne DimVector
  100. NrAtoms=#Acne DimVector
  101. Length=1
  102.  
  103. [Combiner]
  104. WindowsDll=ec2ec302.dll
  105. Target=DSP0
  106.  
  107. [CombinerQueue]
  108. Size=#6*Acne DimVector-2
  109. NrAtoms=#3*Acne DimVector-1
  110. Length=1
  111.  
  112. [VectorQuantisation]
  113. WindowsDll=vq15302.dll
  114. Target=DSP0
  115.  
  116. NbrOfCodeBooks=4
  117.  
  118. Fract Energy=11
  119. Fract Cepstra=12
  120. Fract Delta Cepstra=12
  121. Fract Delta Delta Cepstra=12
  122.  
  123. CompStart Energy=0
  124. CompStart Cepstra=2
  125. CompStart Delta Cepstra=14
  126. CompStart Delta Delta Cepstra=26
  127.  
  128. [LabelQueue]
  129. Size=#VectorQuantisation NbrOfCodeBooks
  130. NrAtoms=#VectorQuantisation NbrOfCodeBooks
  131. Length=1
  132.  
  133. [AsrSoftRT]
  134. WindowsDll=asrsr302.dll
  135. Target=DSP0
  136. Label buffer size=16000
  137. TrainUtteranceCount=3
  138. Epsilon=1.0e-04
  139. Alfa=0.3
  140.  
  141. [DistanceCalculation]
  142. WindowsDll=distc302.dll
  143. Target=DSP0
  144. FramesToBulk=32
  145. NeverAdapt=0
  146. GarbagePenalty=40
  147. GarbageSilPenalty=32
  148.  
  149. [Recogniser]
  150. WindowsDLL=recog302.dll
  151. Target=DSP0
  152. Debugging=0
  153. CountSilenceThreshold=500
  154. PruneAlfa=0.2
  155. PruneClipInitFactor=5000
  156. PruneTreshInitFactor=2.0
  157. PruneNset=400
  158. MinimumClip=0
  159. TimeOut=0
  160. WordPenalty=500
  161. GarbPenalAlpha=0.75
  162. AcceptanceLevel=0
  163. GarbagePenalty=0
  164. NBestSearch=1
  165.