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