@onereach/step-voice 7.0.2-processttschunk.18 → 7.0.2-processttschunk.19

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.
@@ -6,6 +6,7 @@ class ProcessTtsChunk extends voice_1.default {
6
6
  async runStep() {
7
7
  const call = await this.fetchData();
8
8
  const { textChunk, isFinal, flush, voiceSettings } = this.data;
9
+ this.log.info('ProcessTtsChunkData', { data: this.data });
9
10
  const command = {
10
11
  name: 'process-tts-chunk',
11
12
  params: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.2-processttschunk.18",
3
+ "version": "7.0.2-processttschunk.19",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",