24th March - Reliability enhancements
over 1 year ago by Peadar Coyle
Reliability enhancements
We've been hard at work on internal stability and performance improvements over the last few weeks. We've seen a significant drop in error rates for most of our customers.
We made significant improvements to our voice intelligence layer and our voice cloning experience.
We'll continue to invest in these improvements.
Voices
We made big improvements to our voice listings, and our styles in our voices.
You can use this with something like
script_text = f"""<mstts:express-as style="{style}">{text}</mstts:express-as>"""
async with AsyncClient() as client:
reply = await client.post(
_URL + "content/script",
headers=_HEADERS,
json={"scriptText": script_text, "scriptName": vocf_id},
timeout=settings.timeout,
)
Example of styles
We suggest
neutral
andcheerful
with thearia
voice if you want to start with one. There's plenty of others.