Hi,
I want to use the Bing speech API in my app, but when I click on my custom button to speech, I receive always this error:
WinRT information: System.Exception: The data specified for the media type is invalid, inconsistent, or not supported by this object. (Exception from HRESULT: 0xC00D36B4)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Bing.Speech.Audio.SirenSRAudioPipeline.<StartCaptureAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runt
How can I fix this issue? My Windows Store app is HTML/Javascript. And it includes few webview elements and a navigation bar. And yes the mic, internet and location is enabled in the package.appxmanifest file.
Thanks,
Stefan