lambda-audio
lambda-audio copied to clipboard
Error from the lame command:cannot execute binary file
I have installed "lambda-audio": "^1.0.0", (Node version is: v8.11.3)
While calling lambdaAudio.lame('-b 48 ./tmp/bbb.mp3 ./tmp/aaa.mp3')
I got below error.
Error from the lame command: /g/node_modules/lambda-audio/bin/lame: /g/node_modules/lambda-audio/bin/lame: cannot execute binary file
Hm, weird, I'll take a look.