1.0.1 • Published 3 years ago
@preterer/speech v1.0.1
speech
Simple voice library
Install
npm i speechUsage
Example:
import { speak } from "speech";
speak({ text: "Text" });Voices
PL voice
16Funny anime girl voice
13EN voice
1But 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.