Skip to content

Instantly share code, notes, and snippets.

@dev-aritra
Created August 25, 2018 14:30
Show Gist options
  • Save dev-aritra/600d22d280d23401391f6f79b3e13a91 to your computer and use it in GitHub Desktop.
Save dev-aritra/600d22d280d23401391f6f79b3e13a91 to your computer and use it in GitHub Desktop.
public void StartSpeechToText()
{
if (_audioEngine.Running)
{
StopRecordingAndRecognition();
}
StartRecordingAndRecognizing();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment