⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errors.tex

📁 该压缩包为最新版htk的源代码,htk是现在比较流行的语音处理软件,请有兴趣的朋友下载使用
💻 TEX
📖 第 1 页 / 共 4 页
字号:
\end{itemize}\module{\htool{HSigP}}\begin{itemize}\erno{+5320}    No results for WaveToLPC\\        Call did not include Vectors for the results.\erno{+5321}    Vector size mismatch\\        Input vectors were of mismatched sizes.\erno{-5322}    Clamped samples during zero mean\\        During a zero mean operation samples were clipped as they were outside        the allowable range.\end{itemize}\module{\htool{HAudio}}\begin{itemize}\erno{+6020}    Replay buffer not active\\        Attempt to access a replay buffer when one was not attached.\erno{+6021}    Cannot StartAudio without measuring silence\\        An attempt was made to start audio input through the silence detector         without first measuring or supplying the background silence values.\erno{+6070}    Audio frame size/rate invalid\\        The choice of frame period and window duration are invalid.  Check        both these and the sample rate.\erno{-6071}    Setting speech threshold below silence\\        The thresholds used in the speech detector have been set so that the        threshold for detecting speech is set below that of detecting silence.\end{itemize}\module{\htool{HVQ}}\begin{itemize}\erno{+6150}    VQ file format error\\        The VQ file was incorrectly formatted.  Ensure that the file is         complete and has not been corrupted.\erno{+6151}    VQ file range error\\        A value from the VQ file was out of range.  Ensure that the file is         complete and has not been corrupted.\erno{+6170}    Magic number mismatch\\        The VQ magic number (normally based on parameter kind) does not match        that expected.  Check that the parameter kind used to quantise the data        and create the VQ table matches the current parameter kind.\erno{+6171}    VQ table already exists\\        All VQ tables must have distinct names.  This error will occur if you        try to create or load a VQ table with the same name as one already        loaded.\erno{+6172}    Invalid covariance kind\\        Entries in VQ tables must have either \texttt{NULLC}, \texttt{FULLC} or        \texttt{INVDIAGC} covariance kind.\erno{+6173}    Node not in table\\        A node was missing from the VQ table.  Ensure that the VQ table was         properly created or that the file was complete.\erno{+6174}    Stream codebook mismatch\\        The number or size of streams in the VQ table does not match that         requested.\end{itemize}\module{\htool{HWave}}\begin{itemize}\erno{+6220}    Cannot fseek/ftell\\        Unless the wave file is read through a pipe fseek and ftell are         expected to work correctly so that \htool{HWave} can calculate the         file size.  If this error occurs when using an input pipe, supply         the number of samples in the file using the configuration variable        \texttt{NSAMPLES}.\erno{+6221}    File appears to be a infinite\\        \htool{HWave} cannot determine the size of the file.\erno{+6230}    Config parameter not set\\        A necessary configuration parameter has not been set.  Determine the         correct value and place this in the configuration file before         re-invoking the tool.\erno{+6250}    Premature end of header\\        \htool{HWave} could not read the complete file header.\erno{+6251}    Header contains invalid data\\        \htool{HWave} was unable to successfully parse the header.  The header        is invalid, of the wrong type or be a variation that \htool{HWave} does        not handle.\erno{+6252}    Header missing essential data\\        The header was missing a piece of information necessary for         \htool{HWave} to load the file.  Check the processing of the         input file and re-process if necessary.\erno{+6253}    Premature end of data\\        The file ended before all the data was read correctly.  Check that the        file is complete, has not been corrupted and where necessary         \texttt{NSAMPLES} is set correctly.\erno{+6254}    Data formated incorrectly\\        The data could not be decoded properly.  Check that the file was         complete and processed correctly.\erno{+6270}    File format invalid\\        The file format is not valid for the operation requested.\erno{+6271}    Attempt to read outside file\\        You have tried to read a sample outside of the waveform file.\end{itemize}\module{\htool{HParm}}\begin{itemize}\erno{+6320}    Configuration mismatch\\        The data file does not match the configuration.  Check the         configuration file is correct.\erno{+6321}    Invalid parameter kind\\        Parameter kind is not valid.  Check the configuration file.\erno{+6322}    Conversion not possible\\        The specified conversion is not possible.  Check the configuration is        correct and re-code the data from waveform files if necessary.\erno{+6323}    Audio error\\        An audio error has been detected.  Check the \htool{HAudio}         configuration and the audio device.\erno{+6324}    Buffer not initialised\\        Ensure that the buffer is used in the correct manner.\erno{+6325}    Silence detection failed\\        The silence detector was not initialised correctly before use.\erno{+6328}    Load/Make HMMSet failed\\        The model set could not be loaded due to either an error opening the        file or the data within being inconsistent.\erno{+6350}    CRC error\\        The CRC does not match that of the data.  Check the data file is         complete and has not been corrupted.\erno{-6351}    Byte swapping not possible\\        \htool{HParm} will attempt to byte swap parameter files but this         may not work if the floating point representation of the machine         that generated the file is different from that which is reading it.\erno{+6352}    File too short to parameterise\\        The file does not contain enough data to produce a single observation.        Check the file is complete and not corrupt.  If it is, it should be         discarded.\erno{+6370}    Unknown parameter kind\\        The specified parameter kind is not recognised.  Refer to         section~\ref{s:spiosum} for a list of allowable parameter kinds        and qualifiers.\erno{+6371}    Invalid parameters for coding\\        The chosen parameters are not valid for coding.  Choose different ones.\erno{+6372}    Stream widths not valid\\        Cannot split the data into the specified number of streams.  Check that        the parameter kind is correct and matches any models used.\erno{+6373}    Buffer/observation mismatch\\        The observation parameter kind should match that of the input buffer.        Check that the configuration parameter kind is correct and matches         that of any models used.\erno{+6374}    Buffer size too small for window\\        Calculation of delta parameters requires a window larger than the        buffer size chosen.  Increase the size of the buffer.\erno{+6375}    Frame not in buffer\\        An attempt was made to access a frame that does not appear in the         buffer.  Make sure that the file actually contains the specified frame.\erno{+6376}    Mean/Variance normalisation failed\\        The mean or variance normalisation vector from the file        specified by the normalisation dir and mask cannot be applied.        Make sure the file format is correct and the vectors are of        the right dimension.\end{itemize}\module{\htool{HLabel}}\begin{itemize}\erno{+6520}    MLF index out of range\\        An attempt was made to access an MLF that has not been loaded or to         load too many MLFs.\erno{+6521}    fseek/ftell not possible\\        \htool{HLabel} needs random access to MLFs.  This error is generated        when this is not possible (for instance if access is via a pipe).\erno{+6550}    HTK format error\erno{+6551}    MLF format error\erno{+6552}    TIMIT format error\erno{\pm 6553} ESPS format error\erno{+6554}    SCRIBE format error\\        A label file was formatted incorrectly.  Label        file formats are described in chapter~\ref{c:labels}.\erno{+6570}    Level out of range\\        Attempted to access a non-existent label level.  Check that the correct        label file has been loaded.\erno{+6571}    Label out of range\\        Attempted to access a non-existent label.  Check that the correct        label file has been loaded and that the correct level is being         accessed.\erno{+6572}    Invalid format\\        The specified file format is not valid for the particular operation.\end{itemize}\module{\htool{HModel}}\begin{itemize}\erno{+7020}    Cannot find physical HMM\\        No physical HMM exists for a particular logical model.  Check that the        HMMSet was loaded or created correctly.\erno{+7021}    INVDIAG internal format\\        Attempts to load or save models with \texttt{INVDIAG} covariance kind        will fail as this is a purely internal model format.\erno{\pm 7023} varFloor should be variance floor\\        \htool{HModel} reserves the macro name \texttt{varFloorN} as the         variance floor for stream \texttt{N}.  These should be variance         macros (type \texttt{v}) of the correct size for the particular stream.\erno{+7024}    Variance tending to 0.0\\        A variance has become too low.  Start using a variance floor or         increase the amount of training data.        \erno{+7025} Bad covariance kind\\        The particular functionality does not support the covariance        kind of the mixture component.\erno{+7030}    HMM set incomplete or inconsistent\\        The HMMSet contained missing or inconsistent data.  Check that the         file is complete and has not been corrupted.\erno{+7031}    HMM parameters inconsistent\\        Some model parameters were inconsistent.  Check that the file is         complete and has not been corrupted.\erno{\pm 7032} Option mismatch\\        All HMMs in a particular set must have consistent options.\erno{+7035}    Unknown macro\\        Macro does not exist.  Check that the name is correct and appears         in the HMMSet.\erno{+7036}    Duplicate macro\\        Attempted to create a macro with the same name as one already present.        Choose a different name.\erno{+7037}    Invalid macro\\        Macro had invalid type.  See section~\ref{s:HMMmac} describes the         allowable macro types.\erno{+7050}    Model file format error\erno{+7060}    HMM List format error\\        The file was formated incorrectly.  Check the file is complete and        has not been corrupted.\erno{+7070}    Invalid HMM kind\\        Invalid HMMSet kind.  Check that this is specified correctly.\erno{+7071}    Observation not compatible with HMMSet\\        Attempted to calculate an observation likelihood for an observation        not compatible with the HMMSet.  Check that the parameter kind is        set correctly.\end{itemize}\module{\htool{HTrain}}\begin{itemize}\erno{+7120}    Clustering failed\\        Almost certainly due to a lack of data, reduce the        number of clusters requested  or increase amount of data.\erno{+7150}    Accumulator file format error\\        Cannot read an item from an accumulator file. Check        that file is complete and not corrupted.\erno{+7170}    Unsupported covariance kind\\        Covariance kind must be either \texttt{FULLC}, \texttt{DIAGC} or         \texttt{INVDIAGC}.\erno{+7171}    Item out of range\\        Attempt made to access data beyond expected range. Check that         the item number is correct.\erno{+7172}    Tree size must be power of 2\\        Requested codebook size must be a power of 2 when        using tree based clustering.\erno{-7173}    Segment empty\\        Empty data segment in file. Check that file has not        become corrupted and that the start and end segment times        are correct.\end{itemize}\module{\htool{HUtil}}\begin{itemize}\erno{+7220}    HMMSet empty\\        A scan was initiated for a HMMSet with no members.\erno{+7230}    Item list parse error\\        The item list syntax was incorrect.  Check the item list specification        in section~\ref{s:HHEd}.\erno{+7231}    Item list type error\\        Each item in a particular list should be of the same type and size.\erno{+7250}    Stats file format error\\        Stats file is of wrong format.  Note the format of the stats file has         changed in HTK\_V2.0 and old files will need converting to the new        format.\erno{+7251}    Stats file model error\\        A model name encountered in the stats file is invalid check that the        model set corresponds to that used to generate the stats file and that        the stats file is complete and has not been corrupted.\erno{+7270}    Accessing non-existent macro\\        Attempt to perform operation on non-existent macro.\erno{+7271}    Member id out of range\\        Attempt to perform set operation on out of range member.\end{itemize}\module{\htool{HFB}}\begin{itemize}\erno{+7321}    Unknown model\\        Model in HMM List not found in HMMSet, check that the        correct HMM List is being used.\erno{+7322}    Invalid output probability\\        Mixture component probability has not been set.  This should        not occur in normal use.\erno{+7323}    Beta prune failed on taper\\        Utterance is possibly too short for minimum duration        of model sequence. Check transcription.\erno{-7324}    No path through utterance\\        No path was found on the beta training pass, relax the        pruning threshold.\erno{-7325}    Empty label file\\        No labels found in label file, check label file.\erno{+7326}    Single-pass retraining data mismatch\\        Paired training files must contain the same number of observations.          Use original data to re-parameterise.\erno{\pm 7332}  HMM with unreachable states\\        HMM has an unreachable state, check transition matrix.\\\erno{-7333} Transition matrix with discontinuity\\        Check transition matrix.\\        \erno{+7350}    Data does not match HMM\\        An aspect of the data does not match the equivalent aspect in         the HMMSet.  Check the parameter kind of the data.\end{itemize}\module{\htool{HDict}}\begin{itemize}\erno{+8050}    Dictionary file format error\\        The dictionary file is not correctly formatted.          Section~\ref{s:usehdman} describes the HTK dictionary file format.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -