crwang / soundselect-sox-buildpack

Heroku sOx Buildpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku buildpack: sox

This is a Heroku buildpack for using sox in your project.

Lineage

Shamelessly forked from the ffmpeg heroku buildpack by Shunji Konishi.

Usage

To use this buildpack, you should prepare a .buildpacks file that contains this buildpack url and your real buildpack url:

$ ls
.buildpacks

$ cat .buildpacks
https://github.com/RBNA/soundselect-sox-buildpack

You can verify that sox is installed by calling:

$ heroku run "sox"

About

Heroku sOx Buildpack


Languages

Language:Shell 100.0%