Simple voice library
npm i speech
Example:
import { speak } from "speech";
speak({ text: "Text" });
https://preterer.github.io/speech/demo/demo.html
16
13
1
But overy voice can do english pretty well, except for the aformentioned funny anime girl voice.
- Fix demo:build to not insert its files into dist folder.