Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pocketsphinx-web

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pocketsphinx-web

Voice recognition in the browser with pocketsphinx

  • 0.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Overview

Pocketsphinx-Web is a an opinionated high-level wrapper for the PocketSphinx.js speech recognizer. It provides a convenient, promise-based API for loading pocketsphinx in a web-worker.

Installing

NPM users can install using:

npm install pocketsphinx-web

Alternatively, you can use a script tag to load pocketsphinx. The api will be available under the objectwindow.Sphinx.

Building

Pocketsphinx-Web is built using Gulp. If you have npm installed, you can build the project by calling

npm install && gulp 

Examples

Web-workers can't be run directly from the filesystem, so to run the examples you will need to create a webserver. You can start one using gulp example-server, then load the example at localhost:9000.

Resources

I am not an expert on speech recognition, nor on pocketsphinx. If you have speech recognition related questions, you are likely to find better answers from one of these sites:

FAQs

Package last updated on 03 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc