sandrohanea / whisper.net

Whisper.net. Speech to text made simple using Whisper Models
MIT License
512 stars 78 forks source link

Debug a code made in maui for osx (maccatalyst-arm64) #64

Open homerokzam opened 1 year ago

homerokzam commented 1 year ago

I can't get it to work for a project made with maui for mac osx (Debug a code made in maui for osx (net7.0-maccatalyst/maccatalyst-arm64).

I downloaded the specific libs for osx-arm64 and maccatalyst, but the code: await foreach (var segment in processor.ProcessAsync(fileStream, CancellationToken.None))

It doesn't enter foreach and doesn't give an error. Can someone help me?

Thanks.

sandrohanea commented 1 year ago

I suspect that you had some exception before the actual foreach (maybe during library loading).

Can you, please, publish a reproduction repository and I can take a look what can be wrong?