Develop and Download Open Source Software

View 3.3p3 - Change Log

category(Tag) tree

file info

category(Tag)
root
file name
julius_3.3p3_-_Changes
last update
2003-01-13 17:07
type
Plain Text
editor
LEE Akinobu
description
3.3p3 - Change Log
language
English
Japanese
translate
3.3p3 (2003.01.08)
===================
- New inter-word short pause handling:
  - [Julius] New option added for short pause handling. 
    Specifying "-iwspword" adds a word entry "<UNK> [sp] sp sp" 
    to the dictionary to be matched with short pauses.
    The entry content can be specified by "-iwspentry".
  - [multi-path] Supports inter-word context-free short pause
    handling.  "-iwsp" option automatically appends a
    skippable short pause HMM model at every word end.  The
    added sp model will also be ignored in context handling.
    The short pause model to be appended can be specified by
    "-spmodel" options.  See documents for details.
- Fixes for audio input:
   - Input delay improved: the initial response to mic input
     now becomes much faster than previous versions (200ms
     -> 50ms approx.).
   - Would not block when the audio device is already in use,
     but just output error and exit.
   - Update support for libsndfile-1.0.x.
   - Update support for ALSA-0.9.x 
     (to use ALSA native interface, add "--with-mictype=alsa"
     to configure option.)