h2non / audioconcat

Tiny node.js module to concat multiple audio files using ffmpeg
45 stars 12 forks source link

Is there any limit on number of files? #13

Open ishansan38 opened 3 years ago

ishansan38 commented 3 years ago

Hi. Is there any limit on number of files being combined? I usually get E2BIG error when combining 100 files using SOX and I am looking to combine thousands of audio files in one go. Appreciate your help.