remove audio extension from audio key

This commit is contained in:
Quan HL
2024-12-18 16:58:54 +07:00
parent 7327190471
commit 35a178b468

View File

@@ -169,8 +169,7 @@ async function synthAudio(client, createHash, retrieveHash, logger, stats, { acc
language: language || '',
voice: voice || deploymentId,
engine,
text,
renderForCaching
text
});
debug(`synth key is ${key}`);