diff options
author | Determinant <[email protected]> | 2015-06-05 10:58:38 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-06-05 10:58:38 +0800 |
commit | be0e51156e1af9d619160bba1aa7c2eb2df30731 (patch) | |
tree | 95f54f08291479480b11d0266ca3b5cc3dec4352 /tnet_io/cwrapper.h | |
parent | a753eca0121ac3ec81ed76bd719d3f1cb9522680 (diff) |
add debug flag
Diffstat (limited to 'tnet_io/cwrapper.h')
-rw-r--r-- | tnet_io/cwrapper.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 |