whisper_full_get_token_p method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
double whisper_full_get_token_p(
ffi.Pointer<whisper_context> ctx,
int i_segment,
int i_token,
) {
return _whisper_full_get_token_p(ctx, i_segment, i_token);
}