sandrohanea / whisper.net

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

Slow performance on MacOs #152

Open Sing303 opened 5 months ago

Sing303 commented 5 months ago

When using main.exe from Whisper.Cpp and this library with the same settings/model/audio, main.exe runs ~60-80% faster than this library on a Mac M1 Arm processor (metal lib) On Windows there are no such dependencies, the speeds are the same

sandrohanea commented 5 months ago

Hello, That is interesting as the main.exe from the whisper.cpp should be Windows executable. How are you running that one?

Sing303 commented 5 months ago

I'm talking about the macos executable "main". When I get my hands on it, I can throw in a sample .net application and main file with time differences