Julius 4.2
libjulius/include/julius/misc.h
説明を見る。
00001 
00018 /*
00019  * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
00020  * Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
00021  * Copyright (c) 2005-2011 Julius project team, Nagoya Institute of Technology
00022  * All rights reserved
00023  */
00024 
00025 #ifndef __J_MISC_H__
00026 #define __J_MISC_H__
00027 
00029 enum {
00030   SP_RESULT_TTY,                
00031   SP_RESULT_MSOCK               
00032 };
00033 
00035 enum{SM_TERMINATE, SM_PAUSE, SM_WAIT};
00036 
00038 enum{PER_WORD, PER_PHONEME, PER_STATE};
00039 
00040 #endif /* __J_MISC_H__ */