lambda-audio
lambda-audio copied to clipboard
Run Sound eXchange (SoX), the Swiss Army knife of audio manipulation, with Lame on AWS Lambda
This library was working fine before, but just today I started getting this error without any changes in my function: ``` /tmp/soxi: error while loading shared libraries: libgomp.so.1: cannot open...
How are the sox files being compiled and included in this project? Does this work on amazon Linux 1 and 2?
Hi, Thank you so much for this solution. How did you create the executable from the SoX source code? We are thinking to use this process for silence the part...
After installing lambda-audio via `npm install lambda-audio --save` I uploaded the lambda function via ZIP upload into my LambdaFunction. When trying to run this command `lambdaAudio.sox('./existingfile.mp3')` ` .then(response => {`...
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`
Hello, I think I will need your help with my issue. I'm using serverless framework and have lambda function that downloads mp3 file from a bucket, then saves it in...