This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to send an audio file to the 'Play audio' node ?
#6
More testing ... Yes, it does work with WAV files. The big caveat on this node is that you won't hear the audio if the editor window isn't open on your browser.

Try this:
Code:
[
   {
       "id": "aa7ef48e.cf20a8",
       "type": "play audio",
       "z": "def155ce.cb8dc8",
       "name": "",
       "voice": "2",
       "x": 889.9374847412109,
       "y": 772.3333873748779,
       "wires": []
   },
   {
       "id": "8a14d903.578f38",
       "type": "inject",
       "z": "def155ce.cb8dc8",
       "name": "",
       "topic": "",
       "payload": "",
       "payloadType": "date",
       "repeat": "",
       "crontab": "",
       "once": false,
       "x": 337.94447326660156,
       "y": 771.4167175292969,
       "wires": [
           [
               "c24912be.27dd2"
           ]
       ]
   },
   {
       "id": "c24912be.27dd2",
       "type": "file in",
       "z": "def155ce.cb8dc8",
       "name": "",
       "filename": "/usr/share/opencpn/sounds/1bells.wav",
       "format": "",
       "chunk": false,
       "x": 585.9479522705078,
       "y": 865.2535095214844,
       "wires": [
           [
               "aa7ef48e.cf20a8"
           ]
       ]
   }
]
Reply


Messages In This Thread
RE: how to send an audio file to the 'Play audio' node ? - by abarrow - 2017-07-07, 06:38 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)