• Load a model from a whisper weights file.

    Parameters

    • file: string

      The path to the whisper weights file.

    • gpu: boolean

      Whether to use the GPU or not.

    • callback: ((handle) => void)

      A callback that will be called with the handle to the model.

        • (handle): void
        • Parameters

          Returns void

    Returns void