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