From be0e51156e1af9d619160bba1aa7c2eb2df30731 Mon Sep 17 00:00:00 2001 From: Determinant Date: Fri, 5 Jun 2015 10:58:38 +0800 Subject: add debug flag --- tnet_io/cwrapper.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tnet_io/cwrapper.h') diff --git a/tnet_io/cwrapper.h b/tnet_io/cwrapper.h index 54fb69b..c2ca1ba 100644 --- a/tnet_io/cwrapper.h +++ b/tnet_io/cwrapper.h @@ -10,7 +10,7 @@ extern "C" { TNetFeatureRepo *tnet_feature_repo_new(const char *scp, const char *config, int context); - Matrix *tnet_feature_repo_read_utterance(TNetFeatureRepo *repo, lua_State *L); + Matrix *tnet_feature_repo_read_utterance(TNetFeatureRepo *repo, lua_State *L, int debug); size_t tnet_feature_repo_current_samplerate(TNetFeatureRepo *repo); const char *tnet_feature_repo_current_tag(TNetFeatureRepo *repo); void tnet_feature_repo_next(TNetFeatureRepo *repo); @@ -27,7 +27,8 @@ extern "C" { size_t frames, size_t sample_rate, const char *tag, - lua_State *L); + lua_State *L, + int debug); void tnet_label_repo_destroy(TNetLabelRepo *repo); #ifdef __cplusplus -- cgit v1.2.3