/3D-Speech-Changer

Manipulate a 3D Scene with Speech Recognition.

Primary LanguageJavaScript

Three.js Journey

3D Speech Recogniton

An early-stage experiment of altering a 3D rendered scene using speech recognition via the Web Speech API

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build