It sounds like you're facing an issue with combining audio files in your BuildShip workflow, especially with dynamically generated parts from ElevenLabs and pre-recorded segments from your Firebase database. However, since you mentioned a custom node and specific code issues, it's best to submit this via the in-app support button for a more timely and specialized response.
For general guidance, you can refer to the BuildShip documentation on various topics:
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
Hi @Jason Samadhi, your code was very close. I updated it and moved it to a node for getting the audio duration. Here's a workflow that's using it to calculate the duration of an audio file generated by 11labs, hopefully this helps you. https://buildship.app/remix/f4215929-db80-4873-b0ed-241c922a007b
Not necessarily, this is specifically for getting the duration of an audio file, you can then pass the output of this node to the Combine Audio node. Or you may even sum the duration, then pass it on to the combine audio node.