[Julius-cvs 419] CVS update: julius4/libjulius/include/julius

アーカイブの一覧に戻る

sumom****@users***** sumom****@users*****
2009年 7月 3日 (金) 02:05:20 JST


Index: julius4/libjulius/include/julius/extern.h
diff -u julius4/libjulius/include/julius/extern.h:1.13 julius4/libjulius/include/julius/extern.h:1.14
--- julius4/libjulius/include/julius/extern.h:1.13	Wed Mar 18 16:05:30 2009
+++ julius4/libjulius/include/julius/extern.h	Fri Jul  3 02:05:20 2009
@@ -12,7 +12,7 @@
  * @author Akinobu LEE
  * @date   Mon Mar  7 23:19:14 2005
  *
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
  * 
  */
 /*
@@ -271,7 +271,7 @@
 boolean adin_thread_cancel(Recog *recog);
 int adin_go(int (*ad_process)(SP16 *, int, Recog *), int (*ad_check)(Recog *), Recog *recog);
 boolean adin_standby(ADIn *a, int freq, void *arg);
-boolean adin_begin(ADIn *a);
+boolean adin_begin(ADIn *a, char *file_or_dev_name);
 boolean adin_end(ADIn *a);
 void adin_free_param(Recog *recog);
 
Index: julius4/libjulius/include/julius/recog.h
diff -u julius4/libjulius/include/julius/recog.h:1.8 julius4/libjulius/include/julius/recog.h:1.9
--- julius4/libjulius/include/julius/recog.h:1.8	Wed Mar 18 16:05:30 2009
+++ julius4/libjulius/include/julius/recog.h	Fri Jul  3 02:05:20 2009
@@ -70,7 +70,7 @@
  * @author Akinobu Lee
  * @date   Fri Feb 16 13:42:28 2007
  *
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
  * 
  */
 /*
@@ -336,7 +336,7 @@
   /// Pointer to function for device initialization (call once on startup)
   boolean (*ad_standby)(int, void *);
   /// Pointer to function to open audio stream for capturing
-  boolean (*ad_begin)();
+  boolean (*ad_begin)(char *);
   /// Pointer to function to close audio stream capturing
   boolean (*ad_end)();
   /// Pointer to function to begin / restart recording



Julius-cvs メーリングリストの案内
アーカイブの一覧に戻る