Skip to content

beatboxjs/audiolib.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audiolib.js packaged for bower.

Installation

bower install --save audiolib

Build

LOCAL="$HOME/.local"
git clone https://github.com/kinetiknz/cubeb.git
cd cubeb
autoreconf --install
./configure --prefix="$LOCAL"
make
make install
cd ..
CPLUS_INCLUDE_PATH="$LOCAL/include" LDFLAGS="-L $LOCAL/lib" npm install

gulp