node-red-contrib-tts-ultimate
Version:
Transforms the text in speech and hear it using Sonos player or generate an audio file to be used with third parties nodes. Works with voices from Amazon, Google (without credentials as well), Microsoft TTS Azure, or your own voice. You can also only crea
61 lines (60 loc) • 1.72 kB
JSON
{
"name": "node-red-contrib-tts-ultimate",
"version": "1.0.56",
"description": "Transforms the text in speech and hear it using Sonos player or generate an audio file to be used with third parties nodes. Works with voices from Amazon, Google (without credentials as well), Microsoft TTS Azure, or your own voice. You can also only create a TTS file to be read by third party nodes. Update of the popular SonosPollyTTS node.",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Supergiovane/node-red-contrib-tts-ultimate.git"
},
"keywords": [
"node-red",
"polly",
"google",
"voice",
"amazon",
"azure",
"tts",
"sonos",
"IOT",
"speech",
"ttsultimate",
"sonospollytts",
"neural"
],
"node-red": {
"nodes": {
"ttsultimate": "ttsultimate/ttsultimate.js",
"ttsultimate-config": "ttsultimate/ttsultimate-config.js",
"ownfile": "ttsultimate/ownfileultimate.js"
}
},
"author": "Supergiovane",
"license": "MIT",
"bugs": {
"url": "https://github.com/Supergiovane/node-red-contrib-tts-ultimate"
},
"homepage": "https://github.com/Supergiovane/node-red-contrib-tts-ultimate",
"dependencies": {
"aws-sdk": "2.816.0",
"fs": "0.0.1-security",
"sonos": "1.14.1",
"util": ">=0.10.1",
"formidable": "1.2.2",
"os": ">=0.1.1",
"path": ">=0.12.7",
"@google-cloud/text-to-speech": "3.4.0",
"google-translate-tts": ">=0.3.0",
"microsoft-cognitiveservices-speech-sdk": "1.24.1"
},
"devDependencies": {
"eslint": ">=4.18.2",
"eslint-config-google": "^0.7.1"
},
"engines": {
"node": ">=8.9.4"
}
}