Skip to content

Commit

Permalink
Merge pull request #254 from chughts/sttcle
Browse files Browse the repository at this point in the history
STT Cleanup Fix
  • Loading branch information
chughts authored Feb 7, 2017
2 parents bba6390 + c356d90 commit d21abcf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Node-RED Watson Nodes for IBM Bluemix

<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>

### New in version 0.4.42
- Clean up fix in Speech to Text Node, which caused problems with long audio tracks.

### New in version 0.4.41
- Add get pronunciation to Text to Speech Customization Node.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-node-watson",
"version": "0.4.41",
"version": "0.4.42",
"description": "A collection of Node-RED nodes for IBM Watson services",
"dependencies": {
"alchemy-api": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion services/language_translator_identify/v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</script>

<script type="text/x-red" data-help-name="watson-language-translator-identify">
<p>Packaged in with release 0.4.41 of node-red-node-watson</p>
<p>Packaged in with release 0.4.42 of node-red-node-watson</p>
<p>The Watson Language Translator service can be used to identify languages used in a text input. <p>
<p>Node input : </p>
<ul>
Expand Down
3 changes: 0 additions & 3 deletions services/speech_to_text/v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ module.exports = function (RED) {
}
});

if (cbcleanup) {
cbcleanup();
}
}


Expand Down

0 comments on commit d21abcf

Please sign in to comment.