Discussions
Mixing not working in javascript SDK
5 months ago by Rohit
// Create a mix with our speech asset and add the sound template "3am"
const mix = await AS.Production.Mix.create({
speechId: tts.speechId,
soundTemplate: "3am",
});
Mixing not working in javascript SDK
Example given here https://www.npmjs.com/package/@aflr/audiostack does not mixing audio
Is there detail documentation of JS available?