![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
node-red-contrib-voicerss-tts
Advanced tools
Text-to-speech for Node-Red via Voice RSS
Ths node uses the Voice RSS API to convert text to speech audio files for later playback by another node.
#Usage
[{"id":"191338af.f76157","type":"VoiceRSStts","z":"c0bde859.4f3538","name":"","apiKey":"","language":"en-gb","rate":"0","codec":"MP3","format":"48khz_16bit_stereo","cacheLocation":"/home/pi/tts-cache","x":470,"y":440,"wires":[["eb582a17.b7b478"]]}]
When a message is received, it takes the payload, as text, and queries the API based on the configuration. If sucessful, it writes a file with the audio data to the specified cache folder, and outputs the path to the file on its output.
If the same text and configuration is requested again, the node will instead output the path to the already existing file. This will keep the number of API uses down (only 350 uses/month on the free account) and also remove the need for an active network connection once the file has been retrieved.
###Disclaimer I am not affiliated with Voice RSS
FAQs
A node for Text-to-speach using the Voice RSS API
We found that node-red-contrib-voicerss-tts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.