1.0.0 • Published 8 years ago

speaktome v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Speech-Synthesis-API-wrapper

#How to use?

npm install speaktome

than

<script src="..\node_modules\speaktome\textToSpeech.js"  ></script>

CDN

<script src="https://raw.githubusercontent.com/EasonWang01/Speech-Synthesis-API-wrapper/master/TextToSpeech.js"></script>

#API

/*
* @param {string} text     
* @param {number} voice        0~19
* @param {number} volume       0~1
* @param {number} rate         0.1~2 
* @param {number} pitch        0~2
* @param {boolean} showElapsedTime
*/



TextToSpeech(text,voice,volume,rate,pitch,showElapsedTime);
1.0.0

8 years ago