sumom****@users*****
sumom****@users*****
2012年 8月 15日 (水) 15:50:28 JST
Index: julius4/libjulius/src/adin-cut.c diff -u julius4/libjulius/src/adin-cut.c:1.18 julius4/libjulius/src/adin-cut.c:1.19 --- julius4/libjulius/src/adin-cut.c:1.18 Fri Jul 27 17:44:49 2012 +++ julius4/libjulius/src/adin-cut.c Wed Aug 15 15:50:27 2012 @@ -95,7 +95,7 @@ * @author Akinobu LEE * @date Sat Feb 12 13:20:53 2005 * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * */ /* @@ -348,6 +348,9 @@ /*************/ for (;;) { + /* check end of input by end of stream */ + if (a->end_of_stream && a->bp == 0) break; + /****************************/ /* read in new speech input */ /****************************/ @@ -874,8 +877,6 @@ /* purge processed samples and update queue */ adin_purge(a, i); - /* end of input by end of stream */ - if (a->end_of_stream && a->bp == 0) break; } break_input: