项目作者: technocreatives

项目描述 :
Node RED Ivona TTS node
高级语言: JavaScript
项目地址: git://github.com/technocreatives/node-red-contrib-ivona-tts.git
创建时间: 2016-09-14T22:17:32Z
项目社区:https://github.com/technocreatives/node-red-contrib-ivona-tts

开源协议:Other

下载


node-red-contrib-ivona-tts

Node-RED node that connects to Ivona.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

  1. npm install node-red-contrib-ivona-tts

Credentials

You can register and create IVONA Speech Cloud API credentials here: Ivona For Developers.

Usage

TBD

Acknowledgements

Uses tmanderson NodeJS Ivona Cloud implementation https://github.com/tmanderson/ivona-node.

Inspired by the Ivona node by Baael: https://github.com/Baael/wojak-nodes/tree/master/node-red-contrib-ivona-tts.

TODO

Improvements and bugs related to ivona-node should be fixed in https://github.com/technocreatives/ivona-node and then pull requested to https://github.com/tmanderson/ivona-node. If not approved we need to make a new NPM module with out fork and depend on that one instead.

  • BUG: not calling on error when authentication fails (wrong access and/or secret keys).