Dia antes primera install

This commit is contained in:
2025-12-08 15:20:28 -06:00
commit 1416478c9c
4130 changed files with 886376 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"
}
}
}

View File

@@ -0,0 +1,7 @@
<script type="text/x-red" data-help-name="play audio">
<p>プラウザ上で音声を再生するノード</p>
<p>動作させるにはエディタのウェブページを開いておく必要があります</p>
<p><code>msg.payload</code><b>wav</b></p>
<p>もしブラウザがText-to-Speechをネイティブサポートしている場合は<code>msg.payload</code><b></b></p>
<p>ボタンは現在再生している音声を停止させます</p>
</script>

View File

@@ -0,0 +1,11 @@
{
"playAudio": {
"label": {
"ttsVoice": "TTSボイス"
},
"status" : {
"playing":"音",
"speaking":"話し中"
}
}
}