Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
synthesizer.synthesisCompleted = function (s, e) {
console.log("(synthesized) Reason: " + sdk.ResultReason[e.result.reason] + " Audio length: " + e.result.audioData.byteLength);
};