grace-speech
v1.0.0
Published
A composition api for SpeechSynthesis & SpeechRecognition
Downloads
7
Maintainers
Readme
grace-speech
A composition api for SpeechSynthesis & SpeechRecognition
Documentation • Change Log
Installing
# use pnpm
$ pnpm install grace-speech
# use npm
$ npm install grace-speech --save
# use yarn
$ yarn add grace-speech
Usage
- Simple use:
import { Recognition, Speaker } from 'grace-speech'
const speaker = new Speaker()
const recognition = new Recognition()
speaker.speak('very good')
speaker.speak('powered by saqqdy<https://github.com/saqqdy>')
- Using unpkg CDN:
<script src="https://unpkg.com/[email protected]/dist/index.global.prod.js"></script>
Support & Issues
Please open an issue here.