Speech Controlled Raspberry Pi Remote Systems by Yury Magda

Speech Controlled Raspberry Pi Remote Systems by Yury Magda

Author:Yury Magda [Magda, Yury]
Language: eng
Format: epub
Published: 2018-08-08T23:00:00+00:00


namespace SPEECH_CONTROLLED_WINDOWS_FORMS_APP_1

{

public partial class Form1 : Form

{

public bool Paused = false; // indicates when recognition is paused

// Speech parameters definitions

public System.Globalization.CultureInfo ci;

public SpeechRecognitionEngine sre;

public Choices pinStatesChoices;

public GrammarBuilder pinStatesGrammarBuilder;

public Grammar keyWordsGrammar;

public Form1()

{

InitializeComponent();

}

private void Form1_Load(object sender, EventArgs e)

{

// Configuring Speech parameters

System.Globalization.CultureInfo ci =

new System.Globalization.CultureInfo("en-us");

sre = new System.Speech.Recognition.SpeechRecognitionEngine(ci);

sre.SpeechRecognized += Sre_SpeechRecognized;



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.