SPXERR_EXTENSION_LIBRARY_NOT_FOUND in UWP
See original GitHub issueI have code using Microsoft.CognitiveServices.Speech
services in a UWP app. While trying to do keyword spotting, I get the following error:
Exception with an error code: 0x24 (SPXERR_EXTENSION_LIBRARY_NOT_FOUND)
On the following line of code:
await recognizer.StartKeywordRecognitionAsync(model).ConfigureAwait(false);
Using 1.5.1 version of the SDK.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Weird unhandled exception's StackTrace behavior in UWP
In my UWP app's App.xaml.cs file I have the following code to get unhandled exceptions' StackTrace property value and print it to the...
Read more >[UWP][C#] unahndled exception not working in UWP app
i am trying to catch unhandled exception in UWP app using below code but app just terminates with out hitting break point, is...
Read more >Troubleshooting UWP App Connectivity Issues
This document guides you through steps to debug Universal Windows Platform (UWP) app network connectivity issues by providing practical examples ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Keyword spotting for UWP is not available in the current release. We are working on it and it will be added really soon.
I contacted Microsoft about this, the devs told me that kws is not supported for UWP. I had to find a workaround, you can see it in this repository.