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
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).