Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 483 Bytes

File metadata and controls

49 lines (30 loc) · 483 Bytes

speech

Simple voice library

Install

npm i speech

Usage

Example:

import { speak } from "speech";

speak({ text: "Text" });

Demo

https://preterer.github.io/speech/demo/demo.html

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

  1. Fix demo:build to not insert its files into dist folder.