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