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,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":"話し中"
}
}
}