A client library that makes it easy to work with the Microsoft Cognitive Services Speech Services Speech to Text API on Xamarin.iOS, Xamarin.Android, UWP, and Xamarin.Forms/.NET Standard libraries used by those platforms
MIT License
59
stars
18
forks
source link
Xamarin.Android failed if Linker uses "SDK and User Assemblies" #27
Hi,
This API throws an exception if I use "SDK and Users Assemblies" for the linker option in my project.
detailedresult = await bingspeechclient.SpeechToTextDetailed(audiofile);
It works well if the linker option is "None" or "SDK Assembly only".
I believe it has to do with the options used to create the library. Is it possible to recompile and update this package so that users can use the "SDK and User Assemblies" linker option when using this plugin.
Thanks.
Hi, This API throws an exception if I use "SDK and Users Assemblies" for the linker option in my project.
detailedresult = await bingspeechclient.SpeechToTextDetailed(audiofile);
It works well if the linker option is "None" or "SDK Assembly only". I believe it has to do with the options used to create the library. Is it possible to recompile and update this package so that users can use the "SDK and User Assemblies" linker option when using this plugin. Thanks.