Dia antes primera install
This commit is contained in:
8
node_modules/node-red-contrib-play-audio/locales/en-US/play-audio.html
generated
vendored
Normal file
8
node_modules/node-red-contrib-play-audio/locales/en-US/play-audio.html
generated
vendored
Normal 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>
|
||||
11
node_modules/node-red-contrib-play-audio/locales/en-US/play-audio.json
generated
vendored
Normal file
11
node_modules/node-red-contrib-play-audio/locales/en-US/play-audio.json
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"playAudio": {
|
||||
"label": {
|
||||
"ttsVoice": "TTS Voice"
|
||||
},
|
||||
"status" : {
|
||||
"playing":"playing",
|
||||
"speaking":"speaking"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user