Fix model_type for jni, c# and iOS. (#216)

This commit is contained in:
Fangjun Kuang
2023-07-14 22:24:38 +08:00
committed by GitHub
parent 5a6b55c5a7
commit de2673680e
7 changed files with 38 additions and 8 deletions

View File

@@ -53,8 +53,8 @@ SHERPA_ONNX_API typedef struct SherpaOnnxOnlineTransducerModelConfig {
const char *tokens;
int32_t num_threads;
const char *provider;
const char *model_type;
int32_t debug; // true to print debug information of the model
const char *model_type;
} SherpaOnnxOnlineTransducerModelConfig;
/// It expects 16 kHz 16-bit single channel wave format.