In a .NET 6.0 project I am using this C# port to transcribe audio to text. On a PC with a GeForce 8600, the application crashes completely when calling Library.loadModel().
From what I have found, Whisper requires 1GB of video memory and D3D support.
How do I check if these requirements are met on both nVidia, Intel and AMD systems?
This question enables me to get the amount of video memory using Win32_VideoController, but not the D3D version.