whisper_token_eot method
Special tokens
Implementation
int whisper_token_eot(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_token_eot(
ctx,
);
}
Special tokens
int whisper_token_eot(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_token_eot(
ctx,
);
}