gTTS.js
This is a Promise based Node.js/TypeScript port of the python gTTS Google Text-To-Speech library.
Install
npm install gtts.js
How to use
Note: The CLI is currently not supported.
const gTTS = gTTS;const tts = "Hello";tts;TypeScript
;This is a Promise based Node.js/TypeScript port of the python gTTS Google Text-To-Speech library.
npm install gtts.js
Note: The CLI is currently not supported.
const gTTS = gTTS;const tts = "Hello";tts;;npm i gtts.js
4
1.0.1
MIT
59.3 kB
40