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
- Host: GitHub
- URL: https://github.com/msub2/wle-xr-speech-interactions
- Owner: msub2
- License: mit
- Created: 2022-12-09T04:22:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T04:28:11.000Z (over 3 years ago)
- Last Synced: 2025-06-03T04:10:31.413Z (about 1 year ago)
- Topics: speech-recognition, webxr, wonderland-engine
- Language: JavaScript
- Homepage:
- Size: 797 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.