Discussions

Ask a Question
Back to All

Production.Mix not working

I tried the Getting Started script. besides the default soundTemplate does not exist, the Mix itself seems not to work. I found existing soundTemplates, but the result is just plain voice.

tts = audiostack.Speech.TTS.create(
  scriptItem=script,
  voice="sara")

mix = audiostack.Production.Mix.create(
  speechItem=tts,
  soundTemplate="happy_spirits"
)

mix.download(fileName="myFirstAudioStackTrack")

I tried different voices and different soundTemplates - still only the voice.

How can I get the mix to work?