Summary:
This implementation makes Crosswalk allow speech recognition API using the 
default microphone automatically. Speech recognition API has been implemented 
at content layer by Chromium upstream, but it could not work on Crosswalk, 
that's because the class which accept/reject using microphone has not been 
implemented for Crosswalk yet.

Affected component: W3C API

Related feature: XWALK-728< https://crosswalk-project.org/jira/browse/XWALK-728>

Target Release: Crosswalk 4

Implementation details:
Implement the class XWalkSpeechRecognitionManagerDelegate for Crosswalk, it's 
derives from the class SpeechRecognitionManagerDelegate which defined in 
content/public/browser/speech_recognition_manager_delegate.h. And allow the 
Speech Recognition API to use the default microphone in corresponding member 
function of the class.

Thanks,
Gao Chun

_______________________________________________
Crosswalk-dev mailing list
Crosswalk-dev@lists.crosswalk-project.org
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to