whisper_token_prev method

int whisper_token_prev(
  1. Pointer<whisper_context> ctx
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

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