Skip to content

Instantly share code, notes, and snippets.

@dev-aritra
Created August 25, 2018 14:28
Show Gist options
  • Save dev-aritra/e0428449b3142d1570e2056b7ffef7db to your computer and use it in GitHub Desktop.
Save dev-aritra/e0428449b3142d1570e2056b7ffef7db to your computer and use it in GitHub Desktop.
private AVAudioEngine _audioEngine = new AVAudioEngine();
private SFSpeechRecognizer _speechRecognizer = new SFSpeechRecognizer();
private SFSpeechAudioBufferRecognitionRequest _recognitionRequest;
private SFSpeechRecognitionTask _recognitionTask;
private string _recognizedString;
private NSTimer _timer;
private bool isNotContinious;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment