home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-07-25 | 3.4 KB | 166 lines |
- [Tinyos]
- AsrApiKey=4321
- RecogVersion=Win32 DSP Version ASR1500 1.0
-
- Debug=0
- / Number of DSP's in the architecture /
- NbrOfDSPs=1
- / Name of the DSP /
- DSP0=ASR1500WIN32DSP
- / FileName of dsp program with full path /
- DSP0ProgramFileName=rec1532.exe
- DSP0ProgramFileName=td32.exe -l c:\w\dlls\rec1532.exe
-
- / File containing the control of the recogniser /
- ControlFile=asr1500.ctr
-
- / DSP if the DSP is requesting setup information/
- Speed=10
-
- / Interrupt frequency of the main interrupt routine /
- MainInterruptFrequency=#database.ini Wave NbrOfSamplesPerSec
- / Define the frequency for the HardRT interrupt in number of tics of /
- / the MainInterruptFrequency /
- HardRTTicCount=#database.ini Wave NbrOfSamplesPerFrame
- / Define the dsp priority 0 is lowest and 65535 is the highest /
-
- DSPPriority=4
-
- [AsrApi]
- AcquisitID = 24
- EnergyDetectID = 26
- VectorQuantID = 34
- AsrSrtID = 36
-
- nSamplesPerSec = #Tinyos MainInterruptFrequency
-
- [Acquisition]
- WindowsDll=acquisit.dll
- Target=DSP0
- FramesPerInterrupt=8
- SampleFrequency=#Tinyos MainInterruptFrequency
-
- BlockSize=#8*Tinyos HardRTTicCount
- MinimumUnit=#2*Tinyos HardRTTicCount
-
- [SampleQueue]
- Size=#2*Tinyos HardRTTicCount
- NrAtoms=#Tinyos HardRTTicCount
- Length=#70*Acquisition FramesPerInterrupt
-
- [Agc]
- WindowsDll=agc1500.dll
- Target=DSP0
- Debugging=0
- AutoCorrelationCorrection=#Acne AutoCorrelationCorrection
- FarTalk=1
- AgcTSCount=#Recogniser CountSilenceThreshold
-
- [SecondSampleQueue]
- Size=#2*Tinyos HardRTTicCount+4 / We add FrameType (a float) at the start of the element /
- NrAtoms=#Tinyos HardRTTicCount+2
- Length=45
- NbrToJumpBackAtStart=40
- StartAtBegin=0
-
- [Acne]
- WindowsDll=acne.dll
- Target=DSP0
- / Number of samples in 1 frame /
- FrameDuration=#Tinyos HardRTTicCount
-
- WindowDuration=#3*Tinyos HardRTTicCount
-
- LPCorder=12
- CEPOrder=16
- DimVector=13
-
- AutoCorrelationCorrection=#4*Acne WindowDuration
-
- / Acne specifics /
- nLogPower=21
-
- [AcneQueue]
- Size=#2*Acne DimVector
- NrAtoms=#Acne DimVector
- Length=1
-
- [VadQueue]
- Size=1
- NrAtoms=1
- Length=1
-
- [Liftering]
- WindowsDll=lifter.dll
- Target=DSP0
- / Order of the Cepstrum for liftering /
- CEPOrder=#Acne CEPOrder
-
- [LifterQueue]
- Size=#2*Acne DimVector
- NrAtoms=#Acne DimVector
- Length=1
-
- [Combiner]
- WindowsDll=ec2ecec.dll
- Target=DSP0
-
- [CombinerQueue]
- Size=#6*Acne DimVector-2
- NrAtoms=#3*Acne DimVector-1
- Length=1
-
- [VectorQuantisation]
- WindowsDll=vq1500.dll
- Target=DSP0
-
- NbrOfCodeBooks=4
-
- Fract Energy=11
- Fract Cepstra=12
- Fract Delta Cepstra=12
- Fract Delta Delta Cepstra=12
-
- CompStart Energy=0
- CompStart Cepstra=2
- CompStart Delta Cepstra=14
- CompStart Delta Delta Cepstra=26
-
- [LabelQueue]
- Size=#VectorQuantisation NbrOfCodeBooks
- NrAtoms=#VectorQuantisation NbrOfCodeBooks
- Length=1
-
- [AsrSoftRT]
- WindowsDll=asrsrt.dll
- Target=DSP0
- Label buffer size=16000
- TrainUtteranceCount=3
- Epsilon=1.0e-04
- Alfa=0.3
-
- [DistanceCalculation]
- WindowsDll=distcalc.dll
- Target=DSP0
- FramesToBulk=32
- NeverAdapt=0
- GarbagePenalty=40
- GarbageSilPenalty=32
-
- [Recogniser]
- WindowsDLL=recog.dll
- Target=DSP0
- Debugging=0
- CountSilenceThreshold=500
- PruneAlfa=0.2
- PruneClipInitFactor=5000
- PruneTreshInitFactor=2.0
- PruneNset=400
- MinimumClip=0
- TimeOut=0
- WordPenalty=500
- GarbPenalAlpha=0.75
- AcceptanceLevel=0
- GarbagePenalty=0
- NBestSearch=1
-