Skip to content

Commit d84f559

Browse files
authored
Merge pull request #373 from chughts/sttsockets
Web Sockets STT
2 parents d062d62 + 1ad43dd commit d84f559

File tree

13 files changed

+312
-1502
lines changed

13 files changed

+312
-1502
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ Node-RED Watson Nodes for IBM Cloud
77

88
<a href="https://cla-assistant.io/watson-developer-cloud/node-red-node-watson"><img src="https://cla-assistant.io/readme/badge/watson-developer-cloud/node-red-node-watson" alt="CLA assistant" /></a>
99

10+
### New in version 0.6.3
11+
- Allow input / output from Node-RED web-sockets for Speech to Text node. To
12+
enable select streaming mode. No token is needed as the Node handles this. Look
13+
out for sample flows and templates showing how to use this feature.
14+
- Three new languages for Language Translator, Polish, Russian and Turkish in Neural Translation mode.
15+
- Removed the code for the deprecated Language Translation Nodes.
16+
1017
### New in version 0.6.2
11-
- Visual Recognition fix for accept-language
18+
- Visual Recognition fix for accept-language
1219

1320
### New in version 0.6.1
1421
- Allow STT Language to be dyamically configurable using msg.srclang

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-watson",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "A collection of Node-RED nodes for IBM Watson services",
55
"dependencies": {
66
"async": "^1.5.2",
@@ -14,7 +14,8 @@
1414
"kuromoji": "^0.1.1",
1515
"word-count": "^0.2.2",
1616
"is-docx": "^0.0.3",
17-
"stream-to-array" : "^2.3.0"
17+
"stream-to-array" : "^2.3.0",
18+
"ws" : "^4.0.0"
1819
},
1920
"repository": {
2021
"type": "git",
-851 Bytes
Binary file not shown.
-957 Bytes
Binary file not shown.

services/language_translation/v2.html

Lines changed: 0 additions & 710 deletions
This file was deleted.

0 commit comments

Comments
 (0)