Discussions
Please hekp
I've tried several times to log kn! I entered the right code you sent and cen not verify my email
I tried frlm Canva and frlm your ificisl page abd had the same result
Posted by Adruana Rojas 16 days ago
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 3 months 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 3 months 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 4 months 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 5 months ago
i am getting axios error while using react app .

is there any dependency i need to install.
Posted by Zuri Imani 5 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 5 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 5 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 5 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 5 months ago