Skip to content

Process and ProcessAsync ignore errors #393

@lostmsu

Description

@lostmsu

ChatGPT discussion

Describe the bug
Process and ProcessAsync ignore errors

To Reproduce
Look at

nativeWhisper.Whisper_Full_With_State(currentWhisperContext, state, whisperParams, (IntPtr)pData, samples.Length);
and see that return value is ignored

Expected behavior
An enum error code should be returned or an exception should be raised when the call fails for any reason.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions