From 39165b3ca3db41eabd6f4f95ae098752596811d0 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Sat, 22 Feb 2025 06:11:15 +0100 Subject: [PATCH] log --- node_api/api/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node_api/api/index.js b/node_api/api/index.js index 5c7b359..394646c 100644 --- a/node_api/api/index.js +++ b/node_api/api/index.js @@ -54,6 +54,8 @@ async function synthesizePollyVoice(phrase, phraseId) { const voiceResultFile = fs.createWriteStream(voiceResultPath) + console.log(`Catching TTS file for id [${phraseId}]`) + const { data: stream } = await axios({ url: `${PollyBaseURL}/v1/speech`, method: "POST",