whisper_free method
Frees all allocated memory
Implementation
void whisper_free(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_free(
ctx,
);
}
Frees all allocated memory
void whisper_free(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_free(
ctx,
);
}