Initial commit

This commit is contained in:
Marcelo
2025-11-20 15:27:34 -06:00
commit cc72c9fc5d
3221 changed files with 737477 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<script type="text/x-red" data-help-name="play audio">
<p>A node to play audio in the browser.</p>
<p>To work the editor web page must be open.</p>
<p>Expects <code>msg.payload</code> to contain a buffer of a <b>wav</b> file.</p>
<p>If your browser has native support for Text-to-Speech then a <code>msg.payload</code>
can also be a <b>string</b> to be read aloud.</p>
<p>The button will stop the audio that is currently playing.</p>
</script>

View File

@@ -0,0 +1,11 @@
{
"playAudio": {
"label": {
"ttsVoice": "TTS Voice"
},
"status" : {
"playing":"playing",
"speaking":"speaking"
}
}
}