Skip to content

Latest commit

 

History

History
 
 

javascript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JavaScript Standalone (Push to Talk) Demo

Note: demos that use Rhino with Porcupine have been moved to the picovoice repository.

Usage

Install the demo's dependencies by using either yarn or npm. Execute the commands provided from demo/javascript. This will launch a local server hosting the demo.

Yarn

yarn
yarn start

NPM

npm install
npm install -g copy-files-from-to
copy-files-from-to
npx serve

Try the demo

Open http://localhost:5000 in your web browser to try the demo.

Browser Compatibility

RhinoManager uses the Web Audio API and WebAssembly, which are supported on all modern browsers (excluding Internet Explorer).