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

speech-to-text

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speech-to-text

A speech to text module.

  • 0.3.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
298
decreased by-24.56%
Maintainers
1
Weekly downloads
 
Created
Source

speech-recognition

A React speech recognition component for the Chrome Browser .

Install

$ npm install --save react-speech-recognition

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import SpeechRecognition from 'react-speech-recognition';

ReactDOM.render((
  <SpeechRecognition
      className="test" onChange={(value) => console.log(value)} onEnd={(value) => console.log(value)} />
), document.getElementById('app'));

##Example

run demo

npm install
npm start

open http://localhost:8080/

props

  • className: the css class name of the wrapper.
  • onChange: run when you start speaking, the value is what you say.
  • onEnd: run when you stop speaking, the value is what you say.

License

react-speech-recognition-input is released under the MIT license.

Keywords

FAQs

Package last updated on 03 Oct 2016

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