diff --git a/README.md b/README.md index cbcd84c..0c008ec 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ All of the prototypes are build on top of the WebVR 1.1 spec and for the basic A ### 1. Get a Tango enabled device -In order to test this prototype browser, you will need a Tango enabled device. Tango is a hardware and software specification from Google to enable AR on mobile devices. Tango enabled devices include a wide field of view (FOV) camera and an infrared camera on top of the reguar RGB camera to provide advanced AR and real world understanding capabilities. Check out the [Supported Devices](#SupportedDevices) section for futher information. +In order to test this prototype browser, you will need a Tango enabled device. Tango is a hardware and software specification from Google to enable AR on mobile devices. Tango enabled devices include a wide field of view (FOV) camera and an infrared camera on top of the regular RGB camera to provide advanced AR and real world understanding capabilities. Check out the [Supported Devices](#SupportedDevices) section for further information. ### 2. Install the WebARonTango APK @@ -115,7 +115,7 @@ WebARonTango is built of two essential technologies: Tango and Chromium. We also ## Known issues * The current implementation of WebAR is built on top of the Chromium WebView flavor. This has some implementation advantages but some performance and use disadvantages. We are working on making the implementation on a full version of Chromium. * Pausing/resuming/switching away from the app causes screen to turn black. This is a consequence of having built the implementation on top of the WebView flavor of Chromium. A proper implementation on full Chromium or a rebase to a more recent Chromium WebView version (>57.0.2987.5) might solve this problem. -* The [Web Speech](https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html) API is a standard web API for text to speech and speech to text conversion that is available in Chromium. As WebARonTango is built on top of the WebView version of Chromium, does not provide this functionality by default. There is a solution though, using a polyfill we provide, but in order to use it, you need to either a) include the [three.ar.js](https://github.com/google-ar/three.ar.js) library before making any use of the Web Speech API or b) include the [ARSpeechRecognition.js](https://github.com/google-ar/three.ar.js/blob/master/src/ARSpeechRecognition.js) file also before making any reference to the Web Speech API. Only speech recognition is suspported, not speech synthesis for now. +* The [Web Speech](https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html) API is a standard web API for text to speech and speech to text conversion that is available in Chromium. As WebARonTango is built on top of the WebView version of Chromium, does not provide this functionality by default. There is a solution though, using a polyfill we provide, but in order to use it, you need to either a) include the [three.ar.js](https://github.com/google-ar/three.ar.js) library before making any use of the Web Speech API or b) include the [ARSpeechRecognition.js](https://github.com/google-ar/three.ar.js/blob/master/src/ARSpeechRecognition.js) file also before making any reference to the Web Speech API. Only speech recognition is supported, not speech synthesis for now. ## Future work * Add more AR-related features. @@ -487,4 +487,4 @@ Apache License Version 2.0 (see the `LICENSE' file inside this repo). * Develop more examples. * 6DOF VR example. * Fully operational example that shows possibilities of WebAR for online shopping. ---> \ No newline at end of file +-->