whisper_token_translate method

int whisper_token_translate(
  1. Pointer<whisper_context> ctx
)

Task tokens

Implementation

int whisper_token_translate(
  ffi.Pointer<whisper_context> ctx,
) {
  return _whisper_token_translate(
    ctx,
  );
}