crwang / wav2json-heroku-buildpack

Heroku Buildpack for wav2json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku buildpack: wav2json

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

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/crwang/wav2json-heroku-buildpack

You can verify that wav2json is installed by calling:

$ heroku run "wav2json"

About

Heroku Buildpack for wav2json


Languages

Language:Shell 100.0%