2.0.0 • Published 6 years ago

voice-to-text v2.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

HitCount

Voice To Text

voice-to-text is a wrapper around webkitSpeechRecognition API, which is supports Angular 4+ Applications.

Run npm i voice-to-text for installing.

Import and add InputModule in your app module.

import { InputModule } from 'voice-to-text';

Declare as

<app-input (error)="onError($event)" (spokenText)="response($event)"></app-input>

spokenText triggers should be tagged to a event in your component so, when the API gets any input it invokes the text in your listener and similarly when there is any error error gets triggered.

showInput flag is used to hide are display the input box, by default it is true.

<app-input showInput = false (error) = "onError($event)" (spokenText) = "response($event)"></app-input>

NPM

2.0.0

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.0

6 years ago