What is the code for implementing the Google Speech API in my C# based application? I found out that it is possible to create an audio file and sent it to http://slides.html
The FS_Audiofile filestream you are sending to Google is empty, that's why you are not receiving anything back.
You are missing this call:
recognizedAudio.WriteToAudioStream(FS_Audiofile);