Hey, I need help with my SpeechToText application for my graduation project coming up next week. I had it running perfectly for month and somehow it broke yesterday. I just don´t know where the problem is.
first it just didn´t work on a new computer but now it isn´t running on my laptop as well. no error messages appear. Either something is wrong in the patch or the connection to Microsoft Azure isn´t alright. I tried everything (microphone, internet connection, new API keys, new Azure subscription, new vvvv version).
If anyone does have any experience with it, I would highly appreciate your help 🙏
Project Microsoft.CognitiveServices.Speech is not compatible with net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
. Project Microsoft.CognitiveServices.Speech supports: monoandroid (MonoAndroid,Version=v0.0)
i hoped the issue would go away at some point when the transition to net8.0 is finished. this being the case now (i guess), i tried it again with the latest of that microsoft.cognitiveservices.speech nuget (1.42.0). i also tried several older versions (down to 1.28.0)
this error is happening with all versions i tested (7.0-0032 & 7.0-0046):
looking at the nuget-folder, its lib/ folder looks good, i’d say:
i have used azure speech recognition just yesterday on a new machine. here is my patch. it just asked to install the missing nuget and then worked fine. might give it a try