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