Skip to content

Instantly share code, notes, and snippets.

View tabbakka-developer's full-sized avatar

Vladyslav Popov tabbakka-developer

  • Odessa Ukraine
View GitHub Profile
namespace GoogleSpeechToTextLib
{
public class GoogleVoice
{
public static string ACCESS_GOOGLE_SPEECH_KEY = "AIzaSyDC8nM1S0cLpXvRc8TXrDoey-tqQsoBGnM";
public static string TEST_NEW_PATH_2014_PART =
"https://www.google.com/speech-api/v2/recognize?output=json&lang=en-us&key=";
public static string NOT_MY_KEY = "AIzaSyCnl6MRydhw_5fLXIdASxkLJzcJh5iX0M4";
public static String GoogleSpeechRequest(String flacName, int sampleRate)