Discussions
how to send api request via make(integromat) to make text to speech
it says always an error like wrong script id and when i make a script first it also shows error no voice
Posted by alisov daniel 2 days ago
I cannot access my account on this page
hi
I cannot access my account on this page.
Although I receive the activation code on the email I use!
<https://examples.audiostack.ai/simple>
Posted by sameh 11 days ago
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?
Posted by Tim about 1 month ago
error in demo python code -- The requested sound template cannot be found or does not exist for your organization
Exception: mastering request failed to validate. Errors listed as follows:
The requested sound template cannot be found or does not exist for your organization
Posted by Mohamed shaik about 2 months ago
i am getting axios error while using react app .

is there any dependency i need to install.
Posted by Zuri Imani 2 months ago
inscripcion a la app
The registration part of the app does not work. They send me by mail the number of the confirmation key to access your board, but it does not allow me to access.
I'm from Argentina, I don't know if it's because of geolocation.
A pity not to be able to enter, because the program looks good.
Posted by jose miguel fuster 2 months ago
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?
Posted by Rohit 2 months ago
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?
Posted by Rohit 2 months ago
where is video voice over functionality in API docs ?
i could not find it, could you please help me to find that.
Posted by Sandip 2 months ago
How do I upload media for Sound Template using NodeJS or JavaScript?
Hi,
I did find a method to upload Sound Template media for Python but didn't find any method for JavaScript or NodeJS.
Posted by null 3 months ago