0.0.10 • Published 2 years ago

convert-speech-to-text v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago