convert-speech-to-text
v0.0.10
Published
This Angular Module (Component) that converts speech to text
Maintainers
Readme
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-textScaffolding
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
