We’re excited to announce the launch of our brand-new sound library, packed with a much friendlier UX and new functionalities.
✨What's new ✨
👨💻 Advanced Filtering – Easily discover assets by setting parameters such as Provider, Energy, Genre, Instrument, License, and more.
🔍 AI-Powered Smart Search – Simply type what you're looking for, and we’ll return the most relevant tracks.
🎧 Waveform Preview – Skip through any sound asset using our interactive waveform preview and decide 10x faster if it's the right one.
⌨️ Enhanced Metadata Table – Every track now includes richer metadata for better insights.
🤓 Private/Public Sounds & License Types – Ensure the sound you choose is covered for commercial use.
💄 Sleek New Design – Enjoy a smoother, snappier experience with an improved play/pause button, refined cover art, better pagination, and a softer look and feel with pastel hues 🌈
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.
🎵 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.
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.
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:
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.