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