Socket
Socket
Sign inDemoInstall

convert-speech-to-text

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert-speech-to-text

This Angular Module (Component) that converts speech to text


Version published
Maintainers
1
Created
Source

Convert Speech To Text

Angular library that converts speech to text.

More coming...

Dependencies

Download the annyang library from this link https://cdnjs.cloudflare.com/ajax/libs/annyang/2.6.0/annyang.min.js and place it into your assests/js folder - create a js folder if you don't have one.

Installation

npm install convert-speech-to-text

Scaffolding

Import the module into your project under imports

imports: [
    BrowserModule,
    AppRoutingModule,
    ConvertSpeechToTextModule
  ],
<wav-convert-speech-to-text></wav-convert-speech-to-text>

Inputs

There are 2 inputs

silent allows you to hide the interface otherwise it will be displayed. The interface has a button to initiate the recognition and indicates when its listening and display the results found when processing is complete.

startListening allows for an external evet to trigger the listening

Keywords

FAQs

Package last updated on 18 Apr 2022

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc