An open API service indexing awesome lists of open source software.

https://github.com/msub2/wle-xr-speech-interactions

A demo of speech interactions in Wonderland Engine
https://github.com/msub2/wle-xr-speech-interactions

speech-recognition webxr wonderland-engine

Last synced: 2 months ago
JSON representation

A demo of speech interactions in Wonderland Engine

Awesome Lists containing this project

README

          

# WLE XR Speech Interactions

This repository contains an example project demonstrating a speech interaction system I developed.
It uses Wonderland Engine to render the world and the Web Speech API to take voice input.
The SpeechRecognition portion of the Web Speech API is also polyfilled with the SEPIA SpeechRecognition Polyfill.
To make use of the polyfill, you will need to connect to a SEPIA STT server. See the [polyfill repo](https://github.com/msub2/sepia-speechrecognition-polyfill) for more details.

## Setup

This is an NPM+Wonderland Engine project, so don't forget to `npm i` before attempting to build the project.