google-tts
google-tts copied to clipboard
Google TTS (Text-To-Speech) for node.js
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...
Hi, I'm on a fairly slow connection behind a VPN, and not always getting replies processed. Is this likely just due to my conditions or can there be other reasons?...
Thanks for the great repo, it is very useful. I have one suggestion: In some countries, we cannot access https://translate.google.com It will be helpful if we support use other api...
I'm using a simple script that reads out some text, using en-US as the lang. For an unknown reason the API is playing a different voice every so often.
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Hi, @zlargon I noticed that there is an option regarding tts speed in the getAudioUrl file. `ttsspeed: slow ? 0.24 : 1,` I wonder if there is any way for...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
This can be done by sending a request with data: ```js [[["MkEWBc","[[\"WORD_TO_CHECK\",\"auto\",\"TARGET_LANGUAGE\",true],[null]]",null,"generic"]]] ``` example result ```js )]}' 393 [["wrb.fr","MkEWBc","[[null,null,\"en\",[[[0,[[[null,7]\n]\n,[true]\n]\n]\n]\n,7]\n]\n,[[[null,null,null,null,null,[[\"pengujian\",[\"pengujian\"]\n]\n]\n]\n]\n,\"id\",1,\"auto\",[\"testing\",\"auto\",\"id\",true]\n]\n,\"en\",[\"testing\",null,null,[[\"test\"]\n,null,1]\n,null,null,null,null,\"en\",1]\n]\n",null,null,null,"generic"] ,["di",29] ,["af.httprm",28,"-2444905251841777356",28] ] 26 [["e",4,null,null,430] ] ``` where the detected language...
The sample code present in the examples is not working: ``` // get base64 text googleTTS.getAudioBase64('Hello World', { lang: 'en-US', slow: false, host: 'https://translate.google.com', timeout: 10000, }) .then(console.log) // base64...