forked from watson-developer-cloud/node-red-labs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths2t_local_flow.json
52 lines (52 loc) · 909 Bytes
/
s2t_local_flow.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[{
"id": "e430e3d3.0f97e8",
"type": "debug",
"name": "output sst",
"active": true,
"console": "false",
"complete": "transcription",
"x": 815,
"y": 39,
"z": "7c0bdf8c.3c2f1",
"wires": []
}, {
"id": "9de7cf9a.591d4",
"type": "file in",
"name": "",
"filename": "/Audio Message.wav",
"format": "",
"x": 372,
"y": 39,
"z": "7c0bdf8c.3c2f1",
"wires": [
["9244b888.53856"]
]
}, {
"id": "1f5527aa.1afe2",
"type": "inject",
"name": "",
"topic": "",
"payload": "/Audio Message.wav",
"payloadType": "none",
"repeat": "",
"crontab": "",
"once": false,
"x": 127,
"y": 39,
"z": "7c0bdf8c.3c2f1",
"wires": [
["9de7cf9a.591d4"]
]
}, {
"id": "9244b888.53856",
"type": "watson-speech-to-text",
"name": "",
"lang": "en-US",
"band": "BroadbandModel",
"x": 640,
"y": 39,
"z": "7c0bdf8c.3c2f1",
"wires": [
["e430e3d3.0f97e8"]
]
}]