@onereach/step-voice 7.0.9-processttschunk.7 → 7.0.9-processttschunk.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,8 +44,7 @@ class StartTTSChunksProcessing extends voice_1.default {
44
44
  case 'asr-input/ended':
45
45
  case 'asr-input/processed': {
46
46
  this.log.warn('Received asr/tts status event', event.params);
47
- // Emit in background (byThread = true) so the TTS session continues playing
48
- return this.exitStep(event.params.type, event.params, true);
47
+ return;
49
48
  }
50
49
  case 'timeout': {
51
50
  this.log.info('timeout', event.params);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.9-processttschunk.7",
3
+ "version": "7.0.9-processttschunk.8",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",