/wav2json-heroku-buildpack

Heroku Buildpack for wav2json

Primary LanguageShell

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"