Note: demos that use Rhino with Porcupine have been moved to the picovoice repository.
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 start
npm install
npm install -g copy-files-from-to
copy-files-from-to
npx serve
Open http://localhost:5000 in your web browser to try the demo.
RhinoManager uses the Web Audio API and WebAssembly, which are supported on all modern browsers (excluding Internet Explorer).