Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serverlesspub/sox-aws-lambda-binary
Precompiled SOX binary for AWS Lambda
https://github.com/serverlesspub/sox-aws-lambda-binary
Last synced: 12 days ago
JSON representation
Precompiled SOX binary for AWS Lambda
- Host: GitHub
- URL: https://github.com/serverlesspub/sox-aws-lambda-binary
- Owner: serverlesspub
- Created: 2018-12-23T09:59:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T12:59:05.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T06:14:27.112Z (3 months ago)
- Language: Makefile
- Size: 1.06 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-layers - `serverlesspub/sox-aws-lambda-binary` - version/us-east-1/145266761615/sox) | (Layers / Utilities)
README
# SoX for AWS Lambda
Run Sound eXchange (SoX), the Swiss Army knife of audio manipulation, with Lame on AWS Lambda.
This is a static binary of [sox](http://sox.sourceforge.net) utility, built for AWS Lambda, deployable as an AWS lambda layer. It can help you get started quickly with SoX inside Lambda functions. It supports `sox`, `soxi` and `lame` commands.
## Use within Lambda
You can use a pre-deployed ARN: `arn:aws:lambda:us-east-1:145266761615:layer:sox:1` or deploy yourself -- edit Makefile to set your deployment bucket etc, then just run `make deploy`.
The binaries will be in `/opt/bin/` inside your Lambda container.
Alternatively, grab the binaries from the [vendor](/vendor) directory and package to Lambda yourself.
## License
GNU GENERAL PUBLIC LICENSE, Version 2.