whisper_encode_with_state method
int
whisper_encode_with_state(
- Pointer<
whisper_context> ctx, - Pointer<
whisper_state> state, - int offset,
- int n_threads,
Implementation
int whisper_encode_with_state(
ffi.Pointer<whisper_context> ctx,
ffi.Pointer<whisper_state> state,
int offset,
int n_threads,
) {
return _whisper_encode_with_state(
ctx,
state,
offset,
n_threads,
);
}