✅ Published dotnet AOT app crashes with strange error
The project in question: https://github.com/radioegor146/microsoft-sapi-openai
When publishing as native (
Can I do something with it, or its the problem with Speech/COM interaction?
When publishing as native (
dotnet publish -c Release -r win-x86 -f net9.0 --self-contained) and running, when requesting /audio/voices the following error occurs:Can I do something with it, or its the problem with Speech/COM interaction?
GitHub
Simple WebServer to expose Microsoft SAPI 5 voices as OpenAI speech generation APIs - radioegor146/microsoft-sapi-openai