We would like to inform you that on the 26th of February , the following Voices from our Library will be deprecated:

⚰️Massiel, Dolores, Rosanna ➡️ Instead you can use Maribel
⚰️Deysi➡️ Instead you can use Ilse
⚰️Emmanuelle ➡️ Instead you can use Denisa
⚰️Ivan Jose ➡️ Instead you can use Santiago

Please reach out to us if you are actively using one of the deprecated voices and do not wish to switch, and we will try to accommodate your request.

This week, we released a number of bug fixes:

  • Fixed an issue with icons not appearing correctly for Safari users;
  • Fixed an issue with displaying favourites in the Voice Library;
  • Fixed an issue with "no sound design" incorrectly returning a sound design in Workshop; and,
  • Fixed an issue with the voice preview having a strange echo in Workshop in some rare cases.

🎵 New Feature: Sound Design Recommendations Endpoint

The production/sound/recommendations endpoint is now available 🥳 This endpoint generates customized sound design suggestions based on your input parameters, making it easier to create audio tailored to your needs.

📋 Here is a sneak peek:

  • Accepts input parameters like mood, tone, and more
  • Returns optimized audio recommendations to streamline your workflow.
  • Cost: 5 production credits if your file is already tagged, and 15 production credits including tagging a new asset.
  • Check the documentation for implementation details!

This week we also fixed a couple of bugs in the AudioStack platform:

  • It's now possible to set a default accent in your Organisation settings, including British and American accents.
  • We added a comment section to the "Report" section to make it easier for you to describe what's gone wrong when an asset fails to generate correctly.
  • We fixed an issue affecting the playback of private sounds.

This week, we added eight new multilingual voices to our Voice Library, taking the number of available voices to 1,697!

We also fixed a number of bugs, including:

  • An issue with the Assign Task button in Workshop preventing users from assigning a recording to another user;
  • A problem with selecting the language for uploaded ads in Power Import;
  • Project name disappearing when opening advanced settings in SonicSell;
  • Directories with special characters being displayed incorrectly in Files;
  • A small scrolling issue affecting users who are a member of many organisations; and,
  • some small visual issues affecting Safari users.

You might've noticed, the team have been busy improving the look and feel of AudioStack in the last few weeks, with some new styling added around the Platform. There are more changes still to come, so watch this space 👀

UX Improvements and Bug Fixes in this Release 🐛:

  • Fixed a bug where the sound library window would reduce in size while loading;
  • Added a button to allow users to "Go to File" directly after uploading a new file;
  • Fixed a bug where the pause button wasn't showing correctly on playing voice previews.

🎉 Happy new year from the AudioStack team! 🎉

Over the holidays, we shipped a number of updates, including:

  • ✅ Fixed some normalisation issues affecting German voices' pronunciation of numbers;
  • ✅ Made some infrastructure improvements to reduce throttling on speech requests and improve the reliability of speech processing;
  • ✅ Made some other optimisations to our text-to-speech service;
  • ✅ Updated the moods for our sound templates, to make them more reflective of the content and improve the content browsing experience;
  • ✅ Improved support for longer content, to reduce timeout issues and improve overall performance when creating audio up to 1 hour in duration.

Stay tuned for some exciting updates to follow in 2025 🚀

  • This week, we improved sound template tagging to make it easier to find the right sound in the Sound Library.
    • This includes allowing you to use the new tags as part of filters, as well as updating them in the Sound Library table.
  • Improved UX for Recording Booth - we made it easier to record speech in Recording Booth and take your recording over to Workshop as speech to speech. You can now select multiple takes and save them in a single click - your most recent take will automatically be selected in Workshop.
  • Based on customer feedback, we fixed "Multilingual" voices to the top of the Voice Library filters, to make it easier to find the voices you're looking for.
  • It's now possible to invite a voice actor to record their voice directly from the Voice Library.

Bug Fixes

  • Fixed a bug with speech-to-speech for ads that came from SonicSell
  • Fixed a bug with voice preview playback in Workshop

We try to avoid making breaking changes to our SDKs as much as possible to give people developing with AudioStack as positive an experience as possible. However, sometimes we encounter issues that mean an endpoint is not structured in a way that is optimised for front end developers to integrate with.

Currently, await AS.Content.Script.listProjects(); is supposed to return a Promise<string[]> but instead is returning a much less useful object:

[
{ pk: 'org|AudioStack-1111', sk: 'project|powerimport' },
{ pk: 'org|AudioStack-1111', sk: 'project|recordingbooth' },
{ pk: 'org|AudioStack-1111', sk: 'project|workshop' }
]

This is what the API responds with, but the data that is useful to the end user in this case is the Project name itself:

[
'powerimport',
'recordingbooth',
'workshop'
]

As such, we will be making a breaking change to the Javascript SDK to resolve this issue and return the data in a more user friendly format this week.

❗️

Please note that if you have integrated with the JS SDK /content/list_projects endpoint, you will need to make changes to handle the changing response.

If you have any issues, please get in touch at support [at] audiostack [dot] ai.

This week at AudioStack, we've updated the navigation to make it cleaner and easier to use.

For enterprise customers using custom "whitelabel" headers, we've also added automatic accent colour matching. This means that all accent colours on the Platform will now automatically be matched to your brand's colour scheme, while maintaining our platform-wide accessibility / readability standards.

Another exciting feature we've added is the ability to remove silence from the beginning, end, or all of a given audio file. If needed, you can specify the threshold to make sure small background noises are removed cleanly. Access this feature by going to Files and selecting Audio Tools on a given File page.

Bug Fixes

  • Sharing links for assets have now been re-enabled after fixing a bug with permissions

We are excited to announce we have added 1000 new sound templates to the AudioStack platform. These include hundreds of holiday/festive/Christmas sound templates as well as a big variety of other genres.

You can find the new sound templates from any AudioStack workflow or browse them in the Sound Library - and best of all, they all are subject to our standard licence agreement, so can be registered to use them for broadcast. Find out more about how to register an AudioStack for broadcast here.