whisper_model_n_text_state method
Implementation
int whisper_model_n_text_state(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_model_n_text_state(
ctx,
);
}
int whisper_model_n_text_state(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_model_n_text_state(
ctx,
);
}