Discussions

Ask a Question
Back to All

Mixing not working in javascript SDK

// 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?