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