@preterer/speech
v1.0.1
Published
Text-to-speech simplified
Downloads
1
Readme
speech
Simple voice library
Install
npm i speech
Usage
Example:
import { speak } from "speech";
speak({ text: "Text" });
Voices
PL voice
16
Funny anime girl voice
13
EN voice
1
But overy voice can do english pretty well, except for the aformentioned funny anime girl voice.
TODO
- Publish on npm.
- Fix demo:build to not insert its files into dist folder.