home *** CD-ROM | disk | FTP | other *** search
/ Quick Study Spanish / DISK_1_QSSP.iso / HGASRAPI / ASRAPI32 / JESE.Z32 / asr15M32.ini < prev    next >
INI File  |  1996-07-25  |  3KB  |  166 lines

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