Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattchewone/heroku-buildpack-audiowaveform
Add audiowaveform and lame functionality to heroku build
https://github.com/mattchewone/heroku-buildpack-audiowaveform
audiowaveform heroku heroku-buildpack lame nodejs
Last synced: about 21 hours ago
JSON representation
Add audiowaveform and lame functionality to heroku build
- Host: GitHub
- URL: https://github.com/mattchewone/heroku-buildpack-audiowaveform
- Owner: Mattchewone
- Created: 2018-03-07T14:52:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T13:41:17.000Z (about 4 years ago)
- Last Synced: 2023-02-27T17:17:51.756Z (almost 2 years ago)
- Topics: audiowaveform, heroku, heroku-buildpack, lame, nodejs
- Language: Shell
- Homepage:
- Size: 46.1 MB
- Stars: 5
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Heroku buildpack: audiowaveform and lame
=======================This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for using audiowaveform and lame in your project.
It doesn't do anything else, so to actually compile your app you should use [heroku-buildpack-multi](https://github.com/ddollar/heroku-buildpack-multi) to combine it with a real buildpack.Lineage
-------Shamelessly forked from the [ffmpeg heroku buildpack](https://github.com/shunjikonishi/heroku-buildpack-ffmpeg) by [Shunji Konishi](https://github.com/shunjikonishi).
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/lepinsk/heroku-buildpack-audiowaveform$ heroku create --buildpack https://github.com/ddollar/heroku-buildpack-multi
$ git push heroku master
...You can verify that sox is installed by calling:
$ heroku run "audiowaveform"