whisper_free_state method

void whisper_free_state(
  1. Pointer<whisper_state> state
)

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

Implementation

void whisper_free_state(ffi.Pointer<whisper_state> state) {
  return _whisper_free_state(state);
}