Merging multiple audio files into one audio file

How can I merge multiple audio files into one audio file? Which module in Make.com can achieve this?

Hey Rico,

not sure if there is a free to use module in Make that can be used here.

You can write your own python script and host it on pythonaywhere. Then call it with a SSH module or a generic HTTP module.

1 Like

I’ve done something similar by uploading all my audio files to a centralized storage for sound files first. Then I used a Make scenario to grab them in order, convert them if needed, and merge them using an HTTP module that calls an external audio editor’s API. Keeping everything in one place really helped with managing file order and avoiding broken links.