From a74183ddb4ab8383bfe214b3745eb8a0a99ee47a Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 25 Jun 2015 12:56:45 +0800 Subject: let HTK I/O implementation be a single package --- tnet_io/cwrapper.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 tnet_io/cwrapper.h (limited to 'tnet_io/cwrapper.h') diff --git a/tnet_io/cwrapper.h b/tnet_io/cwrapper.h deleted file mode 100644 index a52770b..0000000 --- a/tnet_io/cwrapper.h +++ /dev/null @@ -1,37 +0,0 @@ -#ifndef NERV_TNET_IO_CWRAPPER -#define NERV_TNET_IO_CWRAPPER -#include "../../nerv/lib/matrix/matrix.h" -#include "../../nerv/common.h" -#ifdef __cplusplus -extern "C" { -#endif - - typedef struct TNetFeatureRepo TNetFeatureRepo; - - TNetFeatureRepo *tnet_feature_repo_new(const char *scp, - const char *config, int context); - 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); - int tnet_feature_repo_is_end(TNetFeatureRepo *repo); - void tnet_feature_repo_destroy(TNetFeatureRepo *repo); - - typedef struct TNetLabelRepo TNetLabelRepo; - - TNetLabelRepo *tnet_label_repo_new(const char *mlf, const char *fmt, - const char *fmt_arg, const char *dir, - const char *ext); - - Matrix *tnet_label_repo_read_utterance(TNetLabelRepo *repo, - size_t frames, - size_t sample_rate, - const char *tag, - lua_State *L, - int debug); - - void tnet_label_repo_destroy(TNetLabelRepo *repo); -#ifdef __cplusplus -} -#endif -#endif -- cgit v1.2.3-70-g09d2