audioconcat icon indicating copy to clipboard operation
audioconcat copied to clipboard

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

Open algendy opened this issue 8 years ago • 1 comments

The example is not working at all

algendy avatar Aug 23 '17 22:08 algendy

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

h2non avatar Aug 24 '17 18:08 h2non