5th Oct 2023 - Documentation Update
by Bamber Haworth📢 We've added documentation and code examples on how to generate an audio "tag" and add it to the end of an existing audio advert. Find out more here.
📢 We've added documentation and code examples on how to generate an audio "tag" and add it to the end of an existing audio advert. Find out more here.
Sound template terms of use have been added for free and paying customers - we can now refer to the terms of use if people have questions about how they are allowed to use our templates.
You can refer here - https://audiostack.ai/terms-of-use
Security updatesThis doesn't mean that our old API was insecure, we're committed to updating and reducing any risks of compromise to our customers. We regularly review security updates, and we regularly patch any found errors.
We did a range of fixes to cover some security issues. These include
We are continuously working on these improvements and also decommissioned some older parts of our API as well.
We added the following functionality to have better prosody across providers. , ,
import audiostack
audiostack.api_key = "APIKEY"
text = """ The following part should be <as:prosody pitch="x-high" rate="x-fast" volume="x-loud">higher, faster and louder</as:prosody>,
"""
script = audiostack.Content.Script.create(scriptText=text)
print(script.message, script.scriptId)
tts = audiostack.Speech.TTS.create(scriptItem=script, voice="henry", voiceIntelligence=True)
print(tts)
item = audiostack.Speech.TTS.get(tts.speechId)
item.download() You can now access v2 of ElevenLabs' multilingual voices via AudioStack, a major improvement in terms of improving content accessibility through language localisation. 🎉
Find out more about the capabilities of v2 on ElevenLabs' website.
We are changing the way we're providing sound templates to make it simpler for end users. Going forward, we're making it easier to understand what rights you have over the content you're working with, as we move towards offering a range of exclusive PRO-free sound templates (public rights organization free), which means that users can use the content accessed much more flexibly and with fewer restrictions.
More content is coming in the next few weeks, but while we move forward with this some of our old demo content, which had much more restrictive usage conditions, will be unavailable. If there's a sound template you really like and would like to use something similar for a broadcast ad or in a commercial setting, let us know and we will make sure we include a sound template that meets your needs.
Find out more about the sound templates we have available here:
New quick start guides are now available in the AudioStack Docs, covering some of our users' most common workflows. You can find guides on:
Are there other guides you'd like to see? Let us know in the discussion!
We've added a new endpoint to the AudioStack API, which allows users to condense their speech files to fit within a fixed duration, while retaining the speech's natural sound.
Common use cases include:
We made a major update to our mastering engine, updating libraries and improving performance 🚀 You should have less error rates and a better customer experience.