diff options
author | Determinant <[email protected]> | 2015-06-01 17:37:04 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-06-01 17:37:04 +0800 |
commit | d8ea67ee420c2fc73085da04de86df023acd98d7 (patch) | |
tree | 6fd6dc7d71df34c5d55db3bc062deebb0fe753ad /tnet_io/cwrapper.h | |
parent | 3b156cd0cd19aa7db97082161921064a0a871328 (diff) |
...
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 7a9449a..810901b 100644 --- a/tnet_io/cwrapper.h +++ b/tnet_io/cwrapper.h @@ -9,7 +9,7 @@ extern "C" { TNetFeatureRepo *tnet_feature_repo_new(const char *scp, const char *config, int context); - Matrix *tnet_feature_repo_read_utterance(TNetFeatureRepo *repo); + Matrix *tnet_feature_repo_read_utterance(TNetFeatureRepo *repo, lua_State *L); 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); @@ -24,7 +24,8 @@ extern "C" { Matrix *tnet_label_repo_read_utterance(TNetLabelRepo *repo, size_t frames, size_t sample_rate, - const char *tag); + const char *tag, + lua_State *L); void tnet_label_repo_destroy(TNetLabelRepo *repo); #ifdef __cplusplus |