h2non / audioconcat

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

TypeError: audioconcat(...).output is not a function #5

Open algendy opened 7 years ago

algendy commented 7 years ago

The example is not working at all

h2non commented 7 years ago

output is not an implemented method in audioconcat. You should use: audioconcat(...).concat('audio.mp3')