I have created one web API which takes input audio in Base64. The objective of this WEB API is, it will convert the speech to text. So first I converted the base64 string to a .wav file and then passing the file to a method where I have configured Cognitive Services to convert the .wav to text. Here I have used Azure cognitive services to convert the .wav file to text. but I am not able to build the solution locally neither publish the code into Microsoft Azure.
The error I am getting is "Cognitive Services Speech SDK doesn't support 'Any CPU' ".
I have changed the "ANYCPU" mode to "X64" (My PC is a 64-bit machine). but still, I am getting the same error.