log
This commit is contained in:
parent
0e61f78dbb
commit
39165b3ca3
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue