A demo of ionic voice input with w3c and plugin https://github.com/macdonst/SpeechRecognitionPlugin
Ionic VoiceInput
This is a simple demo app for capture and recognize user voice.
For install
ionic start voice blank
ionic plugin add https://github.com/macdonst/SpeechRecognitionPlugin
ionic platform add android
copy and override my www/index.html
For run
ionic run android
This is a demo and use original SpeechRecognitionPlugin plugin from https://github.com/macdonst/SpeechRecognitionPlugin