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