Can Xano save API response from audio buffer as an audio document like MP3 or other audio executable

Options

Hello everyone,

I'm currently working with the Xano platform and I have a specific use case where I need to save an API response, which is in the form of an audio buffer, as an audio document such as MP3 or any other executable audio format. I'm wondering if Xano has the capability to handle this type of conversion and storage.

Has anyone here dealt with a similar scenario or knows if Xano provides the tools or integrations to achieve this? Any insights or guidance on how to approach this would be greatly appreciated.

Thank you in advance for your help!

Comments

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Options

    Xano doesn't have signal transcoding, but there exist API services (like API2convert) that will perform this service.

    I have also run this transcoding use case through a serverless function of my own devising, but that's not very no-code-y.