You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.ibm.streamsx.sttgateway/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changes
2
2
3
+
## v2.3.4
4
+
* May/11/2022
5
+
* Added code and logic necessary to handle certain error situations where the SpeechProcessor will send much more than the required two transcriptionCompleted signals.
6
+
* Added code to make the call-started and call-completed files' open mode as append/update instead of write/update. This will allow us to get more details about the same VgwSessionId arriving as two different back-to-back calls.
7
+
3
8
## v2.3.3
4
9
* May/10/2022
5
10
* Added code and logic necessary to scale the VgwDataRouter to process more voice calls with reduced use of CPU cycles.
Copy file name to clipboardExpand all lines: samples/VgwDataRouterToWatsonSTT/com.ibm.streamsx.sttgateway.sample.watsonstt/VgwDataRouterToWatsonSTT.spl
+73-9Lines changed: 73 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
/*
9
9
==============================================
10
10
First created on: Nov/27/2020
11
-
Last modified on: May/10/2022
11
+
Last modified on: May/11/2022
12
12
13
13
IMPORTANT NOTE
14
14
--------------
@@ -1015,13 +1015,15 @@ public composite VgwDataRouterToWatsonSTT {
Copy file name to clipboardExpand all lines: samples/VgwDataRouterToWatsonSTTMini/com.ibm.streamsx.sttgateway.sample.watsonstt/VgwDataRouterToWatsonSTT.spl
+73-9Lines changed: 73 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
/*
9
9
==============================================
10
10
First created on: Nov/27/2020
11
-
Last modified on: May/10/2022
11
+
Last modified on: May/11/2022
12
12
13
13
IMPORTANT NOTE
14
14
--------------
@@ -932,13 +932,15 @@ public composite VgwDataRouterToWatsonSTT {
0 commit comments